File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed
Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,37 @@ matrix:
1616 osx_image : xcode9.4
1717 - os : osx
1818 env : TYPE=macos
19- osx_image : xcode10
19+ osx_image : xcode10.1
2020 - os : osx
2121 env :
2222 - TYPE=swiftpm
2323 - os : osx
2424 env :
2525 - TYPE=swiftpm
26- osx_image : xcode10
26+ osx_image : xcode10.1
2727 - os : linux
2828 dist : trusty
2929 sudo : required
3030 env :
3131 - TYPE=swiftpm
3232 install :
3333 - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
34+ - os : linux
35+ dist : trusty
36+ sudo : required
37+ env :
38+ - TYPE=swiftpm
39+ - SWIFT_VERSION=4.2.1
40+ install :
41+ - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
42+ - os : linux
43+ dist : trusty
44+ sudo : required
45+ env :
46+ - TYPE=swiftpm
47+ - SWIFT_VERSION=5.0-DEVELOPMENT-SNAPSHOT-2019-01-13-a
48+ install :
49+ - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
3450install :
3551 - if [[ "$TYPE" == "podspec" ]]; then sudo gem install bundler; bundle install; fi
3652script :
You can’t perform that action at this time.
0 commit comments