splash/.travis.yml
John Sundell 387d2e44f0 Add Linux CI using Travis
We’re using Bitrise for Mac builds, but for Linux let’s
use Travis to make sure we don’t cause regressions on Linux.
2018-08-26 01:05:51 +02:00

11 lines
182 B
YAML

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