Skip to content

Commit eba68e2

Browse files
authored
Build docs in parallel (#1842)
1 parent 2e6bb44 commit eba68e2

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
@@ -42,7 +42,7 @@ matrix:
4242
# (Updating the version is fine as long as no warnings are raised by doing so.)
4343
- python -m pip install sphinx~=1.6.1
4444
script:
45-
- make check suspicious html SPHINXOPTS="-q -W"
45+
- make check suspicious html SPHINXOPTS="-q -W -j4"
4646
- os: linux
4747
language: c
4848
compiler: gcc

0 commit comments

Comments
 (0)