Travis Debug

This commit is contained in:
tritoch 2017-06-13 12:22:24 -05:00 committed by GitHub
parent 743a89070f
commit d36e42e35f

View File

@ -31,11 +31,11 @@ cd ..
rm -rf out/**/* || exit 0
# Run our compile script
doCompile
#doCompile
# Don't push to our branch for PRs.
if [ "${ghToken:-false}" == "false" ]; then
exit 0
if [ "${ghToken:-false}" != "false" ]; then
doCompile
fi
# Now let's go have some fun with the cloned repo