aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-03-20 14:53:37 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-03-20 14:53:37 +0800
commit89da09636ee8f9ce0eaf41d31e3dcda73048e552 (patch)
treeda9fc28c2cba185d258fde884e6713941ae4438c /.travis.yml
parentf8299a12746da1fa5e2290735abe70937d40f206 (diff)
travis: parallel make
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3a3adc21..11844100 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ install:
script:
- autoreconf
- ./configure
- - make
+ - make -j2
- sudo make install
- make test SHOW_INTERACTIVE_LOG=1
notifications: