Full compile on travis (#26029)
This commit is contained in:
parent
6ba4c341f5
commit
2a94bfdde5
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ cache:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# need to override as the default is to test
|
# 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
|
# make 'git branch' work again
|
||||||
- git branch -f "$TRAVIS_BRANCH" && git checkout "$TRAVIS_BRANCH"
|
- git branch -f "$TRAVIS_BRANCH" && git checkout "$TRAVIS_BRANCH"
|
||||||
# check policies, if on master also upload
|
# check policies, if on master also upload
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue