Skip to content

Commit

Permalink
CI: Add Travis for Linux-based testing
Browse files Browse the repository at this point in the history
This adds the required .travis.yml file for Travis CI.
Mac-based testing is already done through Bitrise.
  • Loading branch information
JohnSundell committed Apr 5, 2019
1 parent 7628980 commit 32e4d9a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
os: linux
language: generic
sudo: required
dist: trusty
env:
- SWIFT_VERSION=5.0
install:
- eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
script:
- swift test

0 comments on commit 32e4d9a

Please sign in to comment.