fix uploading to bintray

version3
David Schweikert 8 years ago
parent 54029f9032
commit 3b5c426985

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

Loading…
Cancel
Save