chore: Test with Xcode 8.3, Swift 3.1.1 and Swift 4 (#145)

This commit is contained in:
Kyle Fuller
2017-10-01 12:15:29 +01:00
committed by GitHub
parent bf4be38377
commit 46f179e3ed

View File

@@ -1,11 +1,19 @@
os: matrix:
- osx include:
- linux - os: osx
osx_image: xcode8.3
env: SWIFT_VERSION=3.1.1
- os: osx
osx_image: xcode9
env: SWIFT_VERSION=4.0
- os: linux
env: SWIFT_VERSION=3.1.1
- os: linux
env: SWIFT_VERSION=4.0
language: generic language: generic
sudo: required sudo: required
dist: trusty dist: trusty
osx_image: xcode8
install: install:
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)" - eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
script: script:
- swift test - swift test