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:
parent
530cdad12f
commit
387d2e44f0
10
.travis.yml
Normal file
10
.travis.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user