Run concurrent test processes in travis

This commit is contained in:
Daniel James
2018-01-06 14:29:05 +00:00
parent e80c0c84bb
commit 9d5a16c288

View File

@@ -64,4 +64,4 @@ before_script:
script:
- cd ${TRAVIS_BUILD_DIR}/test
- ${HOME}/opt/bin/b2 cxxstd=$CXXSTD -q ${BJAM_TOOLSET} include=${BOOST_ROOT} include=${TRAVIS_BUILD_DIR}/include
- ${HOME}/opt/bin/b2 -j 3 cxxstd=$CXXSTD -q ${BJAM_TOOLSET} include=${BOOST_ROOT} include=${TRAVIS_BUILD_DIR}/include