Skip to content

Commit

Permalink
Move tests to Xcode9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
javache committed Jan 6, 2016
1 parent 8772a6a commit 06386f9
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,6 +1,6 @@
language: objective-c

osx_image: xcode7
osx_image: xcode7.2

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion scripts/objc-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ trap cleanup EXIT
SERVER_PID=$!
xctool \
-project Examples/UIExplorer/UIExplorer.xcodeproj \
-scheme UIExplorer -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 5,OS=9.0' \
-scheme UIExplorer -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 5,OS=9.2' \
test

0 comments on commit 06386f9

Please sign in to comment.