From 6d4b5c23c60a9f60f0526e6f39572582fc9c3c6c Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 26 Feb 2015 16:19:12 -0800 Subject: [PATCH] Double -j --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8c1b1f763ac..46e74eb6990 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: cpp script: - - ./tools/run_tests/run_tests.py -l c -t -j 8 -c dbg - - ./tools/run_tests/run_tests.py -l c -t -j 8 -c opt + - ./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