From 07f257dda71e1f025c41bae5ff2d3ffa8b592b9a Mon Sep 17 00:00:00 2001 From: David Edwards Date: Fri, 28 Feb 2020 16:27:13 +0000 Subject: [PATCH] Silence install, increment release version --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9aca1b2ed..dc759b144 100644 --- a/.travis.yml +++ b/.travis.yml @@ -107,10 +107,10 @@ matrix: # Leaving blank will auto increment the env: # Must be in the format - ie. 6.3.0-repo-xxxx-x or 6.3.0-A-x - - release_version=6.3.0-repo-4735-2-6 + - 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 -PfullBuild,communityDocker #build the image to test + install: travis_retry 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: