Skip to content

Commit

Permalink
Travis: add GCC configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindelord committed Mar 23, 2017
1 parent d52176f commit 1b41486
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 @@ -8,7 +8,7 @@ xcode_sdk: iphonesimulator10.0
script:
- xcodebuild -version
- xcodebuild -showsdks
- xcodebuild test -project "DKHelper/DKHelper.xcodeproj" -scheme "DKHelper" -destination "platform=iOS Simulator,name=iPhone 6s" | xcpretty
- xcodebuild test -project "DKHelper/DKHelper.xcodeproj" -scheme "DKHelper" -destination "platform=iOS Simulator,name=iPhone 6s" GCC_GENERATE_TEST_COVERAGE_FILES=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES | xcpretty

before_deploy:
- carthage build --no-skip-current
Expand Down

0 comments on commit 1b41486

Please sign in to comment.