Skip to content

Commit

Permalink
chore: Update CI to Swift 4
Browse files Browse the repository at this point in the history
The library no longer supports Swift 3 in this version.
  • Loading branch information
kylef committed Oct 13, 2017
1 parent f60df5b commit d55e7b7
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 @@ -4,9 +4,9 @@ os:
language: generic
sudo: required
dist: trusty
osx_image: xcode8.3
osx_image: xcode9
env:
- SWIFT_VERSION=3.1.1
- SWIFT_VERSION=4.0
install:
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"; fi
- git submodule update --init --recursive
Expand Down

0 comments on commit d55e7b7

Please sign in to comment.