Enable tests on travis

This commit is contained in:
Eike Kettner 2020-02-25 00:17:07 +01:00
parent f764b1ecfd
commit 4dbf75dd8f

View File

@ -23,4 +23,4 @@ before_script:
- export TZ=Europe/Berlin
script:
- sbt ++$TRAVIS_SCALA_VERSION ";project root ;make"
- sbt ++$TRAVIS_SCALA_VERSION ";project root ;make ;test"