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 d8b5c61 commit 2d825c4Copy full SHA for 2d825c4
travis-build.sh
@@ -3,5 +3,6 @@ set -ev
3
4
if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ] && [ "${RELEASE}" = "true" ]; then
5
echo "Deploying release to Bintray"
6
+ git checkout -f ${TRAVIS_BRANCH}
7
./gradlew clean assemble release -Prelease.useAutomaticVersion=true && ./gradlew check --info && ./gradlew bintrayUpload -x check --info
8
fi
0 commit comments