File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- osx_image : xcode10.1
1
+ osx_image : xcode10.2
2
2
language : objective-c
3
3
sudo : required
4
4
env :
7
7
- SCHEME="RxKeyboard-Package"
8
8
- IOS_SDK="iphonesimulator"
9
9
- MACOS_SDK="macosx10.14"
10
- - TVOS_SDK="appletvsimulator12.0 "
11
- - WATCHOS_SDK="watchsimulator5.0 "
10
+ - TVOS_SDK="appletvsimulator12.2 "
11
+ - WATCHOS_SDK="watchsimulator5.2 "
12
12
- FRAMEWORK="RxKeyboard"
13
13
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"
16
15
17
16
install :
18
- - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
19
17
- swift --version
20
18
- bundle install
21
19
You can’t perform that action at this time.
0 commit comments