From 3b5c4269853104b21b79138124cee2ab600659b6 Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Thu, 9 Feb 2017 10:21:01 +0100 Subject: [PATCH] fix uploading to bintray --- ci/deploy-bintray.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/deploy-bintray.sh b/ci/deploy-bintray.sh index dcb53d1..95219a3 100755 --- a/ci/deploy-bintray.sh +++ b/ci/deploy-bintray.sh @@ -10,9 +10,9 @@ set -e # exit 0 #fi -# do this only for the master branch -if [ "$TRAVIS_BRANCH" != "master" ]; then - echo "skipped upload branch $TRAVIS_BRANCH isn't master" +# do this only for the master and version3 branch +if [ "$TRAVIS_BRANCH" != "master" -a "$TRAVIS_BRANCH" != "version3" ]; then + echo "skipped upload branch $TRAVIS_BRANCH isn't master/version3" exit 0 fi