splash/.travis.yml
John Sundell 3aa1a6dc99
Update Swift version to 5.0 (#63)
Swift 5 is now officially released, so it’s time to adopt it! :)
2019-03-26 12:18:32 +01:00

11 lines
182 B
YAML

os: linux
language: generic
sudo: required
dist: trusty
env:
- SWIFT_VERSION=5.0
install:
- eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
script:
- swift test