Skip to content

Commit

Permalink
update: Swift 4.1.2 as default and newer Swift 4.2 Travis builds (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyeMaloy97 authored and ianpartridge committed Jun 25, 2018
1 parent 8dfbce8 commit 87f3ed8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .swift-version
@@ -1 +1 @@
4.1.1
4.1.2
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -33,19 +33,19 @@ matrix:
- os: linux
dist: trusty
sudo: required
env: SWIFT_SNAPSHOT=swift-4.2-DEVELOPMENT-SNAPSHOT-2018-05-29-a
env: SWIFT_SNAPSHOT=swift-4.2-DEVELOPMENT-SNAPSHOT-2018-06-19-a
- os: osx
osx_image: xcode9.2
sudo: required
env: SWIFT_SNAPSHOT=4.0.3
- os: osx
osx_image: xcode9.3
osx_image: xcode9.4
sudo: required
env: SWIFT_SNAPSHOT=4.1 JAZZY_ELIGIBLE=true
env: JAZZY_ELIGIBLE=true
- os: osx
osx_image: xcode9.3
osx_image: xcode9.4
sudo: required
env: SWIFT_SNAPSHOT=swift-4.2-DEVELOPMENT-SNAPSHOT-2018-05-29-a
env: SWIFT_SNAPSHOT=swift-4.2-DEVELOPMENT-SNAPSHOT-2018-06-04-a

script:
- ./build.sh

0 comments on commit 87f3ed8

Please sign in to comment.