387d2e44f0
We’re using Bitrise for Mac builds, but for Linux let’s use Travis to make sure we don’t cause regressions on Linux.
11 lines
182 B
YAML
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
|