From d6f9b00fc4c8ff0ca642469916ea9d092d465adb Mon Sep 17 00:00:00 2001 From: David Edwards Date: Tue, 3 Mar 2020 16:29:39 +0000 Subject: [PATCH] Revert "skip install stage (not needed)" This reverts commit 29181537447f859fa5e04f5ae5248d5071286507. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a32699c54..674a26157 100644 --- a/.travis.yml +++ b/.travis.yml @@ -110,7 +110,7 @@ matrix: - travis_wait 30 mvn install -q -f tests/tas-integration/pom.xml -Pall-tas-tests -Denvironment=default -DrunBugs=false - stage: Engineering Release name: "Maven release" - install: skip + install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V # 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: bash ./scripts/travis/verifyReleaseTag.sh script: bash ./scripts/travis/buildRelease.sh ${RELEASE_VERSION} ${DEVELOPMENT_VERSION}