diff --git a/.travis.yml b/.travis.yml index 996b2cab..ecc8c5f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ script: - while sleep 60; do echo "=====[ $SECONDS seconds still running ]====="; done & # Actual script - if [ $TRAVIS_OS_NAME == "osx" ]; then - set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/Web3.xcworkspace -scheme Web3-Example -sdk iphonesimulator11.3 -destination 'platform=iOS Simulator,name=iPhone 6,OS=11.3' ONLY_ACTIVE_ARCH=NO | xcpretty; + set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/Web3.xcworkspace -scheme Web3-Example -sdk iphonesimulator11.3 -destination 'platform=iOS Simulator,name=iPhone 6,OS=11.3' ONLY_ACTIVE_ARCH=YES | xcpretty; pod lib lint --allow-warnings; fi - swift build @@ -48,6 +48,5 @@ script: after_success: - if [ $TRAVIS_OS_NAME == "osx" ]; then slather; - cat test-reports/cobertura.xml; bash <(curl -s https://codecov.io/bash) -f test-reports/cobertura.xml -X coveragepy -X gcov -X xcode; fi