From 1df6bf2cfbff75221d35fbe99cd6eb1973c51f81 Mon Sep 17 00:00:00 2001 From: wzxjiang Date: Thu, 24 May 2018 11:08:25 +0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9f1efad..402a215 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: objective-c osx_image: xcode9.3 script: - xcodebuild -project Sdifft.xcodeproj -scheme Sdifft-Package -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8' -configuration Release ONLY_ACTIVE_ARCH=YES -enableCodeCoverage YES test - - bash <(curl -s https://codecov.io/bash) -cF ios -X fix + - bash <(curl -s https://codecov.io/bash) -cF ios -X fix --verbose