Skip to content

Commit

Permalink
ci: Update to Swift 5.0.1 (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
djones6 authored Apr 29, 2019
1 parent f182ea4 commit fa808b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0
5.0.1
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@ matrix:
sudo: required
services: docker
# Run Kitura tests in addition to Kitura-net tests
env: DOCKER_IMAGE=swift:5.0-xenial CUSTOM_TEST_SCRIPT=.kitura-test.sh DOCKER_ENVIRONMENT=CUSTOM_TEST_SCRIPT
env: DOCKER_IMAGE=swift:5.0.1-xenial CUSTOM_TEST_SCRIPT=.kitura-test.sh DOCKER_ENVIRONMENT=CUSTOM_TEST_SCRIPT
- os: linux
dist: xenial
sudo: required
services: docker
# Test GCD_ASYNCH codepath on Linux
env: DOCKER_IMAGE=swift:5.0-xenial CUSTOM_TEST_SCRIPT=testWithGCD.sh DOCKER_ENVIRONMENT=CUSTOM_TEST_SCRIPT
env: DOCKER_IMAGE=swift:5.0.1-xenial CUSTOM_TEST_SCRIPT=testWithGCD.sh DOCKER_ENVIRONMENT=CUSTOM_TEST_SCRIPT
- os: linux
dist: xenial
sudo: required
services: docker
env: DOCKER_IMAGE=swift:5.0 SWIFT_SNAPSHOT=$SWIFT_DEVELOPMENT_SNAPSHOT
env: DOCKER_IMAGE=swift:5.0.1 SWIFT_SNAPSHOT=$SWIFT_DEVELOPMENT_SNAPSHOT
- os: osx
osx_image: xcode9.2
sudo: required
Expand Down

0 comments on commit fa808b1

Please sign in to comment.