aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2016-07-29 10:37:02 +0300
committerGitHub <noreply@github.com>2016-07-29 10:37:02 +0300
commit492e93b8312cb9e17b1bcaf10c89522767e56ba5 (patch)
treed4860fbb425cf570c763f41a0f6d4821ebb34ebc
parentda4bb3aeab4112071b25e53142cb286b10b91b23 (diff)
downloadcrow-492e93b8312cb9e17b1bcaf10c89522767e56ba5.tar.gz
crow-492e93b8312cb9e17b1bcaf10c89522767e56ba5.zip
Run compilation and tests with 2 jobs.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cec0186..c4c48dc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,7 +32,7 @@ before_script:
- cmake --version
- cmake ..
-script: make && ctest
+script: make -j2 && ctest -j2
after_success:
- cd ..