diff --git a/.travis.yml b/.travis.yml index d102f3d84777f0faccfebfcd2100bf568c51ae51..476da337cb241438b23495a5282cf368fa865f80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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