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.
This commit is contained in:
John Sundell 2018-08-26 01:05:51 +02:00
parent 530cdad12f
commit 387d2e44f0

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
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