Skip to content

Commit

Permalink
Add flags required for codecov.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximAlien committed Mar 4, 2019
1 parent 5cea6f9 commit 89a0ec2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ script:
-project ARPlayer.xcodeproj
-scheme ARPlayer
CODE_SIGNING_REQUIRED=NO
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES
GCC_GENERATE_TEST_COVERAGE_FILES=YES

xcodebuild clean test
-sdk iphonesimulator
Expand All @@ -16,4 +18,4 @@ script:
CODE_SIGNING_REQUIRED=NO

after_success:
- bash <(curl -s https://codecov.io/bash) -t 91f7bca2-08e2-4138-8184-12bf4cc33e00
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 89a0ec2

Please sign in to comment.