Merge pull request #5 from JohnSundell/linux-ci
Add Linux CI using Travis
This commit is contained in:
commit
56acd53824
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