Skip to content

Commit

Permalink
Run concurrent test processes in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljames committed Jan 6, 2018
1 parent d7ec41f commit c8facc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ after_success:

script:
- cd ${TRAVIS_BUILD_DIR}/test
- ${HOME}/opt/bin/b2 cxxstd=$CXXSTD -q include=${BOOST_ROOT} include=${TRAVIS_BUILD_DIR}/include
- ${HOME}/opt/bin/b2 -j 3 cxxstd=$CXXSTD -q include=${BOOST_ROOT} include=${TRAVIS_BUILD_DIR}/include
- xmllint --noout ${TRAVIS_BUILD_DIR}/doc/ref.xml

0 comments on commit c8facc9

Please sign in to comment.