Skip to content

Commit

Permalink
Update to Swift 4.2.1 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShihabMehboob authored and djones6 committed Nov 16, 2018
1 parent 345e751 commit 2fe3371
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .swift-version
@@ -1 +1 @@
4.1.2
4.2.1
12 changes: 6 additions & 6 deletions .travis.yml
Expand Up @@ -30,7 +30,7 @@ matrix:
dist: trusty
services: docker
env:
- DOCKER_IMAGE=ubuntu:14.04 SWIFT_SNAPSHOT=4.2 MYSQL_VER=5 CUSTOM_BUILD_SCRIPT=.build-ubuntu1404 CUSTOM_TEST_SCRIPT=.test-ubuntu1404
- DOCKER_IMAGE=ubuntu:14.04 MYSQL_VER=5 CUSTOM_BUILD_SCRIPT=.build-ubuntu1404 CUSTOM_TEST_SCRIPT=.test-ubuntu1404
sudo: required
- os: linux
dist: trusty
Expand All @@ -48,7 +48,7 @@ matrix:
dist: trusty
services: docker
env:
- DOCKER_IMAGE=ubuntu:16.04 SWIFT_SNAPSHOT=4.2 MYSQL_VER=5
- DOCKER_IMAGE=ubuntu:16.04 MYSQL_VER=5
sudo: required
# Currently mysql 8 does not install cleanly on ubuntu 16.04
#- os: linux
Expand All @@ -73,13 +73,13 @@ matrix:
dist: trusty
services: docker
env:
- DOCKER_IMAGE=ubuntu:18.04 SWIFT_SNAPSHOT=4.2 MYSQL_VER=5
- DOCKER_IMAGE=ubuntu:18.04 MYSQL_VER=5
sudo: required
- os: linux
dist: trusty
services: docker
env:
- DOCKER_IMAGE=ubuntu:18.04 SWIFT_SNAPSHOT=4.2 MYSQL_VER=8
- DOCKER_IMAGE=ubuntu:18.04 MYSQL_VER=8
sudo: required
- os: osx
osx_image: xcode9.2
Expand All @@ -95,7 +95,7 @@ matrix:
osx_image: xcode10
sudo: required
env:
- SWIFT_SNAPSHOT=4.2 MYSQL_VER=5
- MYSQL_VER=5
- os: osx
osx_image: xcode9.2
sudo: required
Expand All @@ -110,7 +110,7 @@ matrix:
osx_image: xcode10
sudo: required
env:
- SWIFT_SNAPSHOT=4.2 MYSQL_VER=8
- MYSQL_VER=8

script:
- ./build.sh

0 comments on commit 2fe3371

Please sign in to comment.