File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,12 +3,14 @@ matrix:
33 - os : osx
44 language : generic
55 # Xcode version implicitly defines the Swift version to be used on macOS.
6- osx_image : xcode8.3
6+ # Xcode 9.2: Swift 4.0.3
7+ osx_image : xcode9.2
78
89 - os : osx
910 language : generic
1011 # Xcode version implicitly defines the Swift version to be used on macOS.
11- osx_image : xcode9.2
12+ # Xcode 9.4: Swift 4.1.2
13+ osx_image : xcode9.4
1214
1315 - os : linux
1416 language : generic
@@ -27,15 +29,15 @@ matrix:
2729 #
2830 # You can use tags to select a specific Swift version if the
2931 # image supports it, e.g. "swift:3.0.2" or "swift:latest".
30- DOCKER_IMAGE="swift:3.1 "
32+ DOCKER_IMAGE="swift:4.0 "
3133
3234 - os : linux
3335 language : generic
3436 sudo : required
3537 services :
3638 - docker
3739 env :
38- DOCKER_IMAGE="swift:4.0 "
40+ DOCKER_IMAGE="swift:4.1 "
3941
4042script :
4143 - chmod ugo+x ./scripts/travis-build-script.sh
You can’t perform that action at this time.
0 commit comments