even more tests

This commit is contained in:
2019-10-27 04:23:06 +03:00
parent 4cdcd80d51
commit 2a1eb9430e
20 changed files with 176 additions and 53 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
sudo: required
language: generic
services:
- docker
script:
- docker run -it --rm mozilla/sbt sbt compile
- docker run -it --rm mozilla/sbt sbt test