Skip to content

Commit d6dbe6a

Browse files
committed
Run concurrent test processes in travis
1 parent 67efb9f commit d6dbe6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ before_script:
8181

8282
script:
8383
- cd ${BOOST_ROOT}/tools/quickbook
84-
- ${HOME}/opt/bin/b2 dist-bin debug
84+
- ${HOME}/opt/bin/b2 -j 3 dist-bin debug
8585
- cd ${BOOST_ROOT}/tools/quickbook/test
86-
- ${HOME}/opt/bin/b2
86+
- ${HOME}/opt/bin/b2 -j 3
8787
- cd ${BOOST_ROOT}/tools/quickbook/test/python
8888
- python run_tests.py ${BOOST_ROOT}/dist/bin/quickbook
8989
- ${BOOST_ROOT}/tools/quickbook/build/warning-check

0 commit comments

Comments
 (0)