Skip to content

Commit

Permalink
Test against Swift 4.2 on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed Oct 20, 2018
1 parent 608fc46 commit 8bda116
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ env:
- INTEGRATION_TESTS=true
language: generic
dist: trusty
osx_image: xcode9
osx_image:
- xcode9.4
- xcode10
before_install:
- python -V
- pip -V
Expand All @@ -19,6 +21,9 @@ script:
matrix:
allow_failures:
- env: INTEGRATION_TESTS=true
exclude:
- os: linux
osx_image: xcode10
include:
- os: osx
osx_image: xcode9.4
Expand Down

0 comments on commit 8bda116

Please sign in to comment.