Add Travis (#48)

This commit is contained in:
Colin Schmidt
2019-03-18 10:07:10 -07:00
committed by GitHub
parent f5b452229a
commit de94c2376a

12
.travis.yml Normal file
View File

@@ -0,0 +1,12 @@
git:
submodules: true
language: scala
# run on new infrastructure
sudo: false
cache:
directories:
$HOME/.ivy2
script:
- sbt test