Skip to content

Commit

Permalink
MAINT: Dump sphinx err log after failure on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Nov 27, 2019
1 parent 44c4e49 commit 638f95a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -95,3 +95,9 @@ after_success:
if [[ "$JOB" == "UNITTEST" ]]; then
coveralls --rcfile=.coveragerc
fi
after_failure:
- |
if [[ "$JOB" == "DOCS" ]]; then
cat /tmp/sphinx-err-*.log
fi

0 comments on commit 638f95a

Please sign in to comment.