Use cross build prefix for every command

This commit is contained in:
Martynas Mickevičius 2019-03-01 14:29:50 +02:00
parent 3a6040ff64
commit 41efdcecfb
No known key found for this signature in database
GPG key ID: E735DF276C508071

View file

@ -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