Skip to content

Commit

Permalink
trying to get codeconv to work with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuchetics committed Feb 29, 2016
1 parent 05fc809 commit d4fbbdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ osx_image: xcode7.2
language: objective-c
before_install:
- gem install xcpretty -N --no-ri --no-rdoc
- pip install --user codecov
script:
- xcodebuild test -project Example.xcodeproj -sdk iphonesimulator -scheme DataSource -configuration Debug -destination "platform=iOS Simulator,name=iPhone 6" GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -c
after_success:
- codecov
- bash <(curl -s https://codecov.io/bash)
- sleep 5

0 comments on commit d4fbbdd

Please sign in to comment.