1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-02 03:50:36 +00:00

Change travis to only deploy for master branch

This commit is contained in:
Luke Ceddia 2018-01-11 19:09:17 +11:00
parent 96b40f2634
commit ac25dde0cc

View file

@ -62,7 +62,7 @@ fi
cd ../../
rm qb64_testrun
echo "Done"
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit; fi
if [ "$TRAVIS_PULL_REQUEST" != "false" -o "$TRAVIS_BRANCH" != "master" ]; then exit; fi
###### Part 3: Establish new bootstrapee ######
rm internal/source/*