From 2a94bfdde52337e679219a20f0af831939b2ea55 Mon Sep 17 00:00:00 2001 From: Christopher Batey Date: Mon, 3 Dec 2018 15:35:48 +0000 Subject: [PATCH] Full compile on travis (#26029) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ab880f5c21..87fcba6446 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ cache: script: # need to override as the default is to test - - sbt -J-XX:ReservedCodeCacheSize=256m ++$TRAVIS_SCALA_VERSION update mimaReportBinaryIssues + - sbt -J-XX:ReservedCodeCacheSize=256m ++$TRAVIS_SCALA_VERSION update mimaReportBinaryIssues test:compile # make 'git branch' work again - git branch -f "$TRAVIS_BRANCH" && git checkout "$TRAVIS_BRANCH" # check policies, if on master also upload