Skip to content

Commit 97ed85a

Browse files
committed
DEBUG: set xtrace
1 parent 7209509 commit 97ed85a

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
@@ -31,9 +31,11 @@ script:
3131
- tox
3232
after_script:
3333
- if [ $CI_TARGET = tests ]; then
34+
set -x;
3435
coverage combine;
3536
coverage report -m;
3637
coverage xml;
3738
bash <(curl --retry 5 --silent --fail https://codecov.io/bash) -f coverage.xml;
3839
ocular;
40+
set +x;
3941
fi

0 commit comments

Comments
 (0)