Skip to content

Commit

Permalink
Better parallelize test running on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Feb 26, 2015
1 parent 10682b7 commit dcf8cee
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
@@ -1,4 +1,4 @@
language: cpp
script: ./tools/run_tests/run_tests.py -lc -t -j2
script: ./tools/run_tests/run_tests.py -l c -t -j 8 -c dbg
notifications:
email: false

0 comments on commit dcf8cee

Please sign in to comment.