Skip to content

Commit c718b8d

Browse files
author
y-p
committed
BLD: fix travis ignored failed tests
1 parent 37ce181 commit c718b8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@ before_script:
7878
script:
7979
- echo "script"
8080
- ci/script.sh
81-
- if [ -f /tmp/doc.log ]; then cat /tmp/doc.log; fi
81+
# nothing here, or failed tests won't fail travis
8282

8383
after_script:
84+
- if [ -f /tmp/doc.log ]; then cat /tmp/doc.log; fi
8485
- ci/print_versions.py
8586
- ci/print_skipped.py /tmp/nosetests.xml
8687
- ci/after_script.sh

0 commit comments

Comments
 (0)