Skip to content

Commit d898e4a

Browse files
committed
Use Xcode 9.2 in Travis
1 parent 31cd1bf commit d898e4a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
osx_image: xcode9.1
1+
osx_image: xcode9.2
22
language: objective-c
33
sudo: required
44
env:
55
global:
66
- PROJECT="RxKeyboard.xcodeproj"
77
- SCHEME="RxKeyboard-Package"
8-
- IOS_SDK="iphonesimulator11.1"
8+
- IOS_SDK="iphonesimulator11.2"
99
- MACOS_SDK="macosx10.13"
10-
- TVOS_SDK="appletvsimulator11.1"
10+
- TVOS_SDK="appletvsimulator11.2"
1111
- WATCHOS_SDK="watchsimulator4.0"
1212
- FRAMEWORK="RxKeyboard"
1313
matrix:
14-
- SDK="$IOS_SDK" TEST=0 DESTINATION="platform=iOS Simulator,name=iPhone 8,OS=11.1"
14+
- SDK="$IOS_SDK" TEST=0 DESTINATION="platform=iOS Simulator,name=iPhone 8,OS=11.2"
1515

1616
install:
1717
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"

0 commit comments

Comments
 (0)