Skip to content

Commit

Permalink
Update CI to point to Swift 4
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed Sep 25, 2017
1 parent 3220b78 commit 2cc2b5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ language: generic
sudo: required
dist: trusty

osx_image: xcode8.3
osx_image: xcode9
before_install:
- if [ $TRAVIS_OS_NAME == "osx" ]; then
brew tap vapor/tap;
Expand All @@ -23,7 +23,7 @@ script:
- swift test

after_success:
- eval "$(curl -sL https://raw.githubusercontent.com/vapor-community/swift/master/codecov)"
- eval "$(curl -sL https://raw.githubusercontent.com/vapor-community/swift/swift-4-codecov/codecov-swift4)"

notifications:
email:
Expand Down

0 comments on commit 2cc2b5f

Please sign in to comment.