Skip to content

Commit 41498b8

Browse files
committed
[Travis] Use build-for-testing and test-without-building
This is a potential optimization for reducing the possibility of nondeterministic timeouts.
1 parent ec51ee7 commit 41498b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ before_script:
2626
- DESTINATION_ID=$(xcrun simctl create Travis $DEVICE_ID $RUNTIME_ID)
2727
- xcrun simctl boot $DESTINATION_ID
2828

29-
script: set -o pipefail && xcodebuild -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" -destination "id=$DESTINATION_ID" build test | xcpretty -c
29+
script: set -o pipefail && xcodebuild -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" -destination "id=$DESTINATION_ID" build-for-testing test-without-building | xcpretty -c
3030

3131
after_success:
3232
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)