Skip to content

Commit 523cd63

Browse files
committed
Fixes build script to work for Xcode 10 again
1 parent 280d838 commit 523cd63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ matrix:
1717
before_install:
1818
- gem install xcpretty
1919
script:
20-
- if [ ${XCODE} = "9" ]; then set -o pipefail && xcodebuild -project NetUtils.xcodeproj -scheme NetUtils test -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 6,OS=${IOS_VERSION}"|xcpretty; fi
20+
- if [ ${XCODE} = "1" ]; then set -o pipefail && xcodebuild -project NetUtils.xcodeproj -scheme NetUtils test -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 6,OS=${IOS_VERSION}"|xcpretty; fi
2121
- ./Tests/${TEST_DIR}/runTest.sh

0 commit comments

Comments
 (0)