Skip to content

Commit

Permalink
ci: Update to Swift 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djones6 committed Sep 27, 2019
1 parent 17f624c commit 24749fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.2
5.1
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ jobs:
env: DOCKER_IMAGE=swift:4.2.4 SWIFT_SNAPSHOT=4.2.4
- os: linux
services: docker
env: DOCKER_IMAGE=swift:5.0.2-xenial
env: DOCKER_IMAGE=swift:5.0.3-xenial SWIFT_SNAPSHOT=5.0.3
- os: linux
services: docker
env: DOCKER_IMAGE=swift:5.0.2 SWIFT_SNAPSHOT=$SWIFT_DEVELOPMENT_SNAPSHOT
env: DOCKER_IMAGE=swift:5.1
- os: linux
services: docker
env: DOCKER_IMAGE=swift:5.1 SWIFT_SNAPSHOT=$SWIFT_DEVELOPMENT_SNAPSHOT
- os: osx
osx_image: xcode9.2
env: SWIFT_SNAPSHOT=4.0.3
Expand All @@ -38,6 +41,8 @@ jobs:
- os: osx
osx_image: xcode10.2
env: SWIFT_SNAPSHOT=5.0.1 JAZZY_ELIGIBLE=true
- os: osx
osx_image: xcode11
- os: osx
osx_image: xcode11
env: SWIFT_SNAPSHOT=$SWIFT_DEVELOPMENT_SNAPSHOT
Expand Down

0 comments on commit 24749fd

Please sign in to comment.