@ -5,10 +5,10 @@
set -e
# 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
if [ "$TRAVIS_BRANCH" != "master" ]; then