Skip to content

Commit f1bac35

Browse files
committed
Use Xcode 10.2 in Travis
1 parent 2e4c36b commit f1bac35

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
osx_image: xcode10.1
1+
osx_image: xcode10.2
22
language: objective-c
33
sudo: required
44
env:
@@ -7,15 +7,13 @@ env:
77
- SCHEME="RxKeyboard-Package"
88
- IOS_SDK="iphonesimulator"
99
- MACOS_SDK="macosx10.14"
10-
- TVOS_SDK="appletvsimulator12.0"
11-
- WATCHOS_SDK="watchsimulator5.0"
10+
- TVOS_SDK="appletvsimulator12.2"
11+
- WATCHOS_SDK="watchsimulator5.2"
1212
- FRAMEWORK="RxKeyboard"
1313
matrix:
14-
- SDK="$IOS_SDK" TEST=0 SWIFT_VERSION=4.0 DESTINATION="platform=iOS Simulator,name=iPhone 8"
15-
- SDK="$IOS_SDK" TEST=0 SWIFT_VERSION=4.2.1 DESTINATION="platform=iOS Simulator,name=iPhone 8"
14+
- SDK="$IOS_SDK" TEST=0 SWIFT_VERSION=5.0 DESTINATION="platform=iOS Simulator,name=iPhone 8"
1615

1716
install:
18-
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
1917
- swift --version
2018
- bundle install
2119

0 commit comments

Comments
 (0)