Skip to content

Commit 497e5e1

Browse files
authored
[2.7] Build docs in parallel (GH-1842). (GH-1873)
(cherry picked from commit eba68e2)
1 parent 1f29cef commit 497e5e1

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
@@ -32,7 +32,7 @@ matrix:
3232
# (Updating the version is fine as long as no warnings are raised by doing so.)
3333
- python -m pip install sphinx~=1.6.1
3434
script:
35-
- make check suspicious html SPHINXOPTS="-q -W"
35+
- make check suspicious html SPHINXOPTS="-q -W -j4"
3636

3737
# Travis provides only 2 cores, so don't overdue the parallelism and waste memory.
3838
before_script:

0 commit comments

Comments
 (0)