From 1b414864c91a9da5e44ea91c94da0b8556afbad0 Mon Sep 17 00:00:00 2001 From: Kevin Delord Date: Thu, 23 Mar 2017 17:52:24 +0100 Subject: [PATCH] Travis: add GCC configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5266623..b9a4223 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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