Skip to content

Commit

Permalink
Add bash <(curl -s https://codecov.io/bash)
Browse files Browse the repository at this point in the history
  • Loading branch information
BramYeh committed Jul 1, 2017
1 parent 88ac26a commit b5a567a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ install:
script:
- set -o pipefail && xcodebuild -workspace Example/BAPeekPop.xcworkspace -scheme BAPeekPop-Example -sdk iphonesimulator10.2 -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.3' ONLY_ACTIVE_ARCH=NO build test GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -c
after_success:
bash <(curl -s https://codecov.io/bash)
bash <(curl -s https://codecov.io/bash)

0 comments on commit b5a567a

Please sign in to comment.