Skip to content

Commit e97dd5e

Browse files
authored
Merge pull request #63 from r-mckay/imp/use_11.3_simulators_travis
travis.yml: update to use the 11.3 SDK
2 parents 10f8984 + e2a6763 commit e97dd5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ env:
55
global:
66
- PROJECT="RxKeyboard.xcodeproj"
77
- SCHEME="RxKeyboard-Package"
8-
- IOS_SDK="iphonesimulator11.2"
8+
- IOS_SDK="iphonesimulator11.3"
99
- MACOS_SDK="macosx10.13"
10-
- TVOS_SDK="appletvsimulator11.2"
10+
- TVOS_SDK="appletvsimulator11.3"
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.2"
14+
- SDK="$IOS_SDK" TEST=0 DESTINATION="platform=iOS Simulator,name=iPhone 8,OS=11.3"
1515

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

0 commit comments

Comments
 (0)