Skip to content

Commit

Permalink
Add Travis (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinschmidt committed Mar 18, 2019
1 parent f5b4522 commit de94c23
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
git:
submodules: true
language: scala
# run on new infrastructure
sudo: false

cache:
directories:
$HOME/.ivy2

script:
- sbt test

0 comments on commit de94c23

Please sign in to comment.