Add Travis (#48)
This commit is contained in:
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
git:
|
||||||
|
submodules: true
|
||||||
|
language: scala
|
||||||
|
# run on new infrastructure
|
||||||
|
sudo: false
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
$HOME/.ivy2
|
||||||
|
|
||||||
|
script:
|
||||||
|
- sbt test
|
||||||
Reference in New Issue
Block a user