From a76c2a3ec47f89643e5ac1cbf287c165d4ebcd85 Mon Sep 17 00:00:00 2001 From: Philipp Ruemmer Date: Thu, 25 Jan 2018 10:46:39 +0100 Subject: [PATCH] problem with travis ... --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index c276e9fb..464b9962 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,13 @@ scala: os: - linux +# Undo _JAVA_OPTIONS environment variable +before_script: + - _JAVA_OPTIONS= + script: - sbt assembly - cd regression-tests - ./runalldirs + +