BUILD: Use parallel build on travis (#792)

This commit is contained in:
Michał Janiszewski 2016-07-28 16:34:49 +02:00 committed by Eugene Sandulenko
parent a72b7ab0f7
commit 823c2f899b

View File

@ -34,6 +34,6 @@ os:
script:
- ./configure --enable-all-engines --disable-eventrecorder
- make
- make -j 2
- make test
- make devtools