Merge pull request #5 from JohnSundell/linux-ci

Add Linux CI using Travis
This commit is contained in:
John Sundell 2018-08-26 01:16:15 +02:00 committed by GitHub
commit 56acd53824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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