Skip to content

Commit

Permalink
Test on Xcode 10 and Linux Swift 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Sep 20, 2018
1 parent 1c006ba commit 2dd1311
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
@@ -1,10 +1,15 @@
matrix:
include:
- os: osx
osx_image: xcode9.3
osx_image: xcode9.4
env: SWIFT_VERSION=4.1
- os: osx
osx_image: xcode10
env: SWIFT_VERSION=4.2
- os: linux
env: SWIFT_VERSION=4.1
- os: linux
env: SWIFT_VERSION=4.2
language: generic
sudo: required
dist: trusty
Expand Down

0 comments on commit 2dd1311

Please sign in to comment.