Run install

To download dependencies before trying release stage, to hopefully prevent time out.
This commit is contained in:
David Edwards
2020-02-28 15:17:18 +00:00
parent 88af802b4c
commit ffa9149176

View File

@@ -112,7 +112,7 @@ matrix:
before_install:
- ./scripts/travis/verifyReleaseTag.sh
- "cp .travis.settings.xml $HOME/.m2/settings.xml"
install: skip
install: travis_retry mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -PfullBuild,communityDocker #build the image to test
script:
# Use full history for release
- git checkout -B "${TRAVIS_BRANCH}"