Skip to content

Commit

Permalink
Update to Swift 4.2.1, test on Ubuntu 16.04 and 18.04 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShihabMehboob authored and djones6 committed Nov 13, 2018
1 parent 6bf07af commit 5640b92
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.2
4.2.1
34 changes: 23 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Travis CI build file.

# whitelist (branches that should be built)
branches:
only:
- master
- develop
- /^issue.*$/
- master
- /^issue.*$/

# the matrix of builds should cover each combination of Swift version
# and platform that is supported. The version of Swift used is specified
# by .swift-version, unless SWIFT_SNAPSHOT is specified.
matrix:
include:
- os: linux
Expand All @@ -13,24 +18,31 @@ matrix:
- os: linux
dist: trusty
sudo: required
env: SWIFT_SNAPSHOT=4.1.3
- os: linux
dist: trusty
sudo: required
env: SWIFT_SNAPSHOT=swift-4.2-DEVELOPMENT-SNAPSHOT-2018-06-19-a
- os: linux
dist: trusty
sudo: required
services: docker
env: DOCKER_IMAGE=ubuntu:16.04
- os: linux
dist: trusty
sudo: required
services: docker
env: DOCKER_IMAGE=ubuntu:18.04
- os: osx
osx_image: xcode9.2
sudo: required
env: SWIFT_SNAPSHOT=4.0.3
- os: osx
osx_image: xcode9.4
sudo: required
env: JAZZY_ELIGIBLE=true
# BlueCryptor requires xcode10 with Swift 4.2, but there is not yet a Travis
# image available - see: https://github.com/travis-ci/travis-ci/issues/9730
# - os: osx
# osx_image: xcode9.4
# sudo: required
# env: SWIFT_SNAPSHOT=swift-4.2-DEVELOPMENT-SNAPSHOT-2018-06-04-a
env: SWIFT_SNAPSHOT=4.1.2 JAZZY_ELIGIBLE=true
- os: osx
osx_image: xcode10
sudo: required

before_install:
- git clone https://github.com/IBM-Swift/Package-Builder.git
Expand Down

0 comments on commit 5640b92

Please sign in to comment.