Skip to content

Commit c836580

Browse files
committed
travis.yml: update SDK to 11.3
This commit bumps the iOS and tvOS SDK versions to use when using Travis CI.
1 parent 10f8984 commit c836580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ 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:

0 commit comments

Comments
 (0)