Update .travis.yml

This commit is contained in:
David Edwards
2020-02-28 16:45:07 +00:00
parent 210d3d070a
commit 028dfc59a3
+1 -1
View File
@@ -110,7 +110,7 @@ matrix:
- release_version=6.3.0-repo-4735-2-7
- development_version=6.3.0-SNAPSHOT
- COMM_RELEASE_VERSION=
install: travis_retry mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -q
install: travis_wait 30 mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -q
# Fail the job if there is a docker image tag that matches the release_version (or project version in the POM if not set)
before_script: travis_wait 30 bash ./scripts/travis/verifyReleaseTag.sh
script: