From 4dbf75dd8ffbb9c42610a2f60c29769865954098 Mon Sep 17 00:00:00 2001 From: Eike Kettner Date: Tue, 25 Feb 2020 00:17:07 +0100 Subject: [PATCH] Enable tests on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5bc2c613..ff5be583 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"