Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit d97bbb8

Browse files
committed
Add debug line, just in case.
1 parent 313909c commit d97bbb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ before_install:
107107
CONTAINER=wheels;
108108
UPLOAD_ARGS="--no-update-index";
109109
fi
110+
# Set DEBUG_PRINT environment variable in settings
111+
- if [ -n "${DEBUG_PRINT}" ]; then set -x; fi
110112
- source multibuild/common_utils.sh
111113
- source multibuild/travis_steps.sh
112114
- before_install

0 commit comments

Comments
 (0)