Travis build push, not pull

This commit is contained in:
tritoch 2017-06-12 08:38:37 -05:00 committed by GitHub
parent c564191871
commit 80f11db6a8

View File

@ -31,7 +31,12 @@ cd ..
rm -rf out/**/* || exit 0
# Run our compile script
doCompile
# doCompile
# Build pushes, not pulls.
if [ "${ghToken:-false}" != "false" ]; then
doCompile
fi
# Now let's go have some fun with the cloned repo
cd out