We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2512c commit aba7d8eCopy full SHA for aba7d8e
travis-build.sh
@@ -22,6 +22,7 @@ EOL
22
if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ] && [ "${RELEASE}" = "true" ]; then
23
echo "Deploying release to Bintray"
24
saveMavenSettings
25
+ git checkout -f ${TRAVIS_BRANCH}
26
mvn release:clean release:prepare release:perform -B -e -Pbintray
27
else
28
echo "Building and verifying"
0 commit comments