aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaeseung Ha <ipknhama@gmail.com>2017-09-17 23:29:56 +0900
committerGitHub <noreply@github.com>2017-09-17 23:29:56 +0900
commit194a9ef6812e3d5476419e33be2756ab69fc0696 (patch)
treefcd91a8510868b0c96a9ffc5414d0edd6cc4c621
parent69ed5c0a8ee8c6ccf980ba0f9be43996c7f1b684 (diff)
parent492e93b8312cb9e17b1bcaf10c89522767e56ba5 (diff)
downloadcrow-194a9ef6812e3d5476419e33be2756ab69fc0696.tar.gz
crow-194a9ef6812e3d5476419e33be2756ab69fc0696.zip
Merge pull request #148 from thedrow/patch-3
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 b41bf48..d7a50c4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,7 +41,7 @@ before_script:
- cmake --version
- cmake ..
-script: make && ctest
+script: make -j2 && ctest -j2
after_success:
- cd ..