fix bintray upload

pull/43/merge
David Schweikert 8 years ago
parent 61afaff31e
commit 672a51cf96

@ -5,10 +5,10 @@
set -e set -e
# do this only for the gcc run # do this only for the gcc run
if [ "$CC" != "gcc" ]; then #if [ "$CC" != "gcc" ]; then
echo "skipped upload because $CC != gcc" # echo "skipped upload because $CC != gcc"
exit 0 # exit 0
fi #fi
# do this only for the master branch # do this only for the master branch
if [ "$TRAVIS_BRANCH" != "master" ]; then if [ "$TRAVIS_BRANCH" != "master" ]; then

Loading…
Cancel
Save