mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-06-17 05:39:43 -05:00
More Travis Debug
This commit is contained in:
parent
38b27182a9
commit
cb8722fdb4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user