Skip to content

Commit 605f43f

Browse files
committed
Fix doc build exit
1 parent e3d0fc5 commit 605f43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.github_project_name}}/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ script:
6464
make linkcheck || EXIT_STATUS=$?
6565
cd ..
6666
python -m pytest_check_links || EXIT_STATUS=$?
67-
exit $EXIT_STATUS
67+
(exit $EXIT_STATUS)
6868
fi
6969
after_success:
7070
- codecov

0 commit comments

Comments
 (0)