More Travis Debug

This commit is contained in:
tritoch 2017-06-13 15:11:05 -05:00 committed by GitHub
parent 38b27182a9
commit cb8722fdb4

View File

@ -33,6 +33,10 @@ rm -rf out/**/* || exit 0
# Run our compile script
#doCompile
echo TRAVIS_PULL_REQUEST ${TRAVIS_PULL_REQUEST}
echo TRAVIS_SECURE_ENV_VARS ${TRAVIS_SECURE_ENV_VARS}
echo TRAVIS_EVENT_TYPE ${TRAVIS_EVENT_TYPE}
# Don't push to our branch for PRs.
if [ "${ghToken:-false}" != "false" ]; then
doCompile