Skip to content

Commit 06386f9

Browse files
committed
Move tests to Xcode9.2
1 parent 8772a6a commit 06386f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: objective-c
22

3-
osx_image: xcode7
3+
osx_image: xcode7.2
44

55
cache:
66
directories:

scripts/objc-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ trap cleanup EXIT
2828
SERVER_PID=$!
2929
xctool \
3030
-project Examples/UIExplorer/UIExplorer.xcodeproj \
31-
-scheme UIExplorer -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 5,OS=9.0' \
31+
-scheme UIExplorer -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 5,OS=9.2' \
3232
test

0 commit comments

Comments
 (0)