From dcdd0e9da67fab31c2d9657483cdcfc08dfcd503 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 9 Feb 2018 10:56:41 +0100 Subject: [PATCH] Deploy official builds on feature branches --- travis.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/travis.sh b/travis.sh index f19d6be04ca..644a0aea77c 100755 --- a/travis.sh +++ b/travis.sh @@ -208,8 +208,7 @@ BUILD) else echo 'Build feature branch or external pull request' - - mvn deploy $MAVEN_ARGS -Dsource.skip=true -Pdeploy-sonarsource + mvn deploy $MAVEN_ARGS -Pdeploy-sonarsource,release fi ./run-integration-tests.sh "Lite" "" -- 2.39.5