From 41efdcecfb412913d689f2f4797d25df1b69b1ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20Mickevi=C4=8Dius?= Date: Fri, 1 Mar 2019 14:29:50 +0200 Subject: [PATCH] Use cross build prefix for every command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6b62770943..468d93767b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ cache: script: - jabba use "adopt@1.8.192-12" # need to override as the default is to test - - sbt -jvm-opts .jvmopts-travis ++$TRAVIS_SCALA_VERSION update mimaReportBinaryIssues test:compile + - sbt -jvm-opts .jvmopts-travis ";++$TRAVIS_SCALA_VERSION update ;++$TRAVIS_SCALA_VERSION mimaReportBinaryIssues ;++$TRAVIS_SCALA_VERSION test:compile" # make 'git branch' work again - git branch -f "$TRAVIS_BRANCH" && git checkout "$TRAVIS_BRANCH" # check policies, if on master also upload