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 dc3893f commit cac584aCopy full SHA for cac584a
travis-build.sh
@@ -56,6 +56,7 @@ commitNextVersion() {
56
# if [ "${RELEASE}" = "true" ]; then
57
echo "Deploying release to Bintray"
58
saveGitCredentials
59
+ git checkout -f ${TRAVIS_BRANCH}
60
removeSnapshots
61
62
# ./gradlew clean assemble && ./gradlew check --info && ./gradlew bintrayUpload -x check --info
0 commit comments