Skip to content

Commit 970b147

Browse files
committed
Add Linux-based CI using Travis
1 parent 5a99bfa commit 970b147

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
os: linux
2+
language: generic
3+
sudo: required
4+
dist: trusty
5+
env:
6+
- SWIFT_VERSION=5.0
7+
install:
8+
- eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
9+
script:
10+
- swift test

0 commit comments

Comments
 (0)