Browse Source

Deploy official builds on feature branches

tags/7.5
Simon Brandhof 6 years ago
parent
commit
dcdd0e9da6
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      travis.sh

+ 1
- 2
travis.sh View File

@@ -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" ""

Loading…
Cancel
Save