aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-02-26 16:47:50 -0800
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-02-26 16:47:50 -0800
commit878e4b61ae291164f16e1f545f2b441d901a7ebb (patch)
tree162f84002c207e8d554526bc3259fc3579e27c1d /.travis.yml
parentedfd1023aebfe79bc97d4386db6e55940c686028 (diff)
parent6d4b5c23c60a9f60f0526e6f39572582fc9c3c6c (diff)
Merge pull request #853 from ctiller/travis-c
Better parallelization for C
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d102f3d847..46e74eb699 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,6 @@
language: cpp
-script: ./tools/run_tests/run_tests.py -lc -t -j2
+script:
+ - ./tools/run_tests/run_tests.py -l c -t -j 16 -c dbg
+ - ./tools/run_tests/run_tests.py -l c -t -j 16 -c opt
notifications:
email: false