travis: parallel make

This commit is contained in:
David Adam 2015-03-20 14:53:37 +08:00
parent f8299a1274
commit 89da09636e

View file

@ -9,7 +9,7 @@ install:
script:
- autoreconf
- ./configure
- make
- make -j2
- sudo make install
- make test SHOW_INTERACTIVE_LOG=1
notifications: