We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330f4e0 commit 6b5f8cdCopy full SHA for 6b5f8cd
1 file changed
.travis.yml
@@ -3,7 +3,12 @@ matrix:
3
- os: osx
4
language: generic
5
# Xcode version implicitly defines the Swift version to be used on macOS.
6
- osx_image: xcode8.2
+ osx_image: xcode8.3
7
+
8
+ - os: osx
9
+ language: generic
10
+ # Xcode version implicitly defines the Swift version to be used on macOS.
11
+ osx_image: xcode9
12
13
- os: linux
14
@@ -22,7 +27,7 @@ matrix:
22
27
#
23
28
# You can use tags to select a specific Swift version if the
24
29
# image supports it, e.g. "swift:3.0.2" or "swift:latest".
25
- DOCKER_IMAGE="swift:3.0.2"
30
+ DOCKER_IMAGE="swift:3.1"
26
31
32
script:
33
- chmod ugo+x ./scripts/travis-build-script.sh
0 commit comments