Skip to content

Commit

Permalink
Fixes build script to work for Xcode 10 again
Browse files Browse the repository at this point in the history
  • Loading branch information
svdo committed Nov 12, 2018
1 parent 280d838 commit a25ca32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ matrix:
before_install:
- gem install xcpretty
script:
- 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
- if [ ${XCODE} = "10" ]; 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
- ./Tests/${TEST_DIR}/runTest.sh

0 comments on commit a25ca32

Please sign in to comment.