Skip to content

Commit

Permalink
Set ONLY_ACTIVE_ARCH to YES
Browse files Browse the repository at this point in the history
  • Loading branch information
Ybrin committed Apr 30, 2018
1 parent 16d38a2 commit d91cc56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit d91cc56

Please sign in to comment.