Test against Swift 5 snapshot

This commit is contained in:
Max Howell
2019-01-25 10:20:45 -05:00
parent fdff3bcc05
commit 5f364fe21b

View File

@@ -35,15 +35,20 @@ jobs:
-destination 'platform=watchOS Simulator,OS=latest,name=Apple Watch Series 4 - 40mm' \
build | xcpretty
- env: SWIFT_VERSION=4.2.1
- &linux
env: SWIFT_VERSION=4.2.1
os: linux
name: Linux
name: Linux / Swift 4.2.1
language: generic
dist: trusty
sudo: false
install: eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
script: swift test --parallel
- <<: *linux
env: SWIFT_VERSION='5.0-DEVELOPMENT-SNAPSHOT-2019-01-22-a'
name: Linux / Swift 5.0.0-dev (2019-01-22)
- stage: pretest
name: Check if Linux tests are up-to-date
install: swift test --generate-linuxmain