Skip to content

Commit 33c66e7

Browse files
committed
Attempt to fix travis
1 parent 983d74d commit 33c66e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ script:
3030
make html || EXIT_STATUS=$?
3131
make linkcheck || EXIT_STATUS=$?
3232
cd ..
33-
python -m pytest_check_links || EXIT_STATUS=$?
33+
python -m pytest_check_links || EXIT_STATUS=$? ;
3434
(exit $EXIT_STATUS)
3535
fi

0 commit comments

Comments
 (0)