Skip to content

Commit d55e7b7

Browse files
committed
chore: Update CI to Swift 4
The library no longer supports Swift 3 in this version.
1 parent f60df5b commit d55e7b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ os:
44
language: generic
55
sudo: required
66
dist: trusty
7-
osx_image: xcode8.3
7+
osx_image: xcode9
88
env:
9-
- SWIFT_VERSION=3.1.1
9+
- SWIFT_VERSION=4.0
1010
install:
1111
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"; fi
1212
- git submodule update --init --recursive

0 commit comments

Comments
 (0)