Skip to content

Commit b36121c

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/script.sh

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ fi
1919
echo nosetests -v --exe -w /tmp -A "$NOSE_ARGS" pandas --with-xunit --xunit-file=/tmp/nosetests.xml
2020
nosetests -v --exe -w /tmp -A "$NOSE_ARGS" pandas --with-xunit --xunit-file=/tmp/nosetests.xml
2121

22+
RET="$?"
2223

2324
# wait until subprocesses finish (build_docs.sh)
2425
wait
26+
27+
exit "$RET"

0 commit comments

Comments
 (0)