Skip to content

Commit 0ecbf8d

Browse files
committed
CI: Fail test if docs do not build
1 parent 6967461 commit 0ecbf8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ script:
121121
flake8 nibabel
122122
elif [ "${CHECK_TYPE}" == "doc" ]; then
123123
cd doc
124-
make html;
125-
make doctest;
124+
make html && make doctest
126125
elif [ "${CHECK_TYPE}" == "test" ]; then
127126
# Change into an innocuous directory and find tests from installation
128127
mkdir for_testing

0 commit comments

Comments
 (0)