We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a99bfa commit 970b147Copy full SHA for 970b147
.travis.yml
@@ -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