Skip to content

Commit

Permalink
Updating the xcode version and build script for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
plivesey committed May 17, 2018
1 parent fa8e721 commit bb56860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode9.2
osx_image: xcode9.3
script: sh build.sh
after_success:
- bash <(curl -s https://codecov.io/bash)
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o pipefail &&
time xcodebuild clean test \
-workspace RocketData.xcworkspace \
-scheme RocketData \
-sdk iphonesimulator11.2 \
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone 6,OS=9.3' \
-destination 'platform=iOS Simulator,name=iPhone X,OS=11.1' \
| xcpretty
Expand Down

0 comments on commit bb56860

Please sign in to comment.