Skip to content

Commit 6b5f8cd

Browse files
committed
Update Travis config to test on Swift 3.1 (Linux), Xcode 8.3, and Xcode 9
1 parent 330f4e0 commit 6b5f8cd

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ matrix:
33
- os: osx
44
language: generic
55
# Xcode version implicitly defines the Swift version to be used on macOS.
6-
osx_image: xcode8.2
6+
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
712

813
- os: linux
914
language: generic
@@ -22,7 +27,7 @@ matrix:
2227
#
2328
# You can use tags to select a specific Swift version if the
2429
# 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"
2631

2732
script:
2833
- chmod ugo+x ./scripts/travis-build-script.sh

0 commit comments

Comments
 (0)