Skip to content

Commit

Permalink
update travis builds to Swift 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Sep 1, 2018
1 parent 070ceaa commit 19afeff
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
matrix:
include:
- os: osx
osx_image: xcode8.3
env: SWIFT_VERSION=3.1.1
- os: osx
osx_image: xcode9
env: SWIFT_VERSION=4.0
- os: osx
osx_image: xcode9.1
env: SWIFT_VERSION=4.0
- os: linux
env: SWIFT_VERSION=3.1.1
osx_image: xcode9.3
env: SWIFT_VERSION=4.1
- os: linux
env: SWIFT_VERSION=4.0
env: SWIFT_VERSION=4.1
language: generic
sudo: required
dist: trusty
Expand Down

0 comments on commit 19afeff

Please sign in to comment.