From 8bdb5a55dc63e085146d8c2d08bac5c8cffeeb0b Mon Sep 17 00:00:00 2001 From: gryfit Date: Tue, 11 Aug 2020 09:03:53 +0200 Subject: [PATCH] remove test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e2bd4e5..e128633 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,7 @@ script: # -batch is necessary to make sure sbt doesn't stall waiting for user input in case of certain failures - echo '-batch' >> .sbtopts - sbt scalafmtCheck - - sbt compile test + - sbt compile # Prevent TensorFlow from an attempt to access GPU - export CUDA_VISIBLE_DEVICES=-1