Travis: use make -j3

This commit is contained in:
Nicolas Williams
2017-05-28 15:16:21 -05:00
parent b46ebe35e2
commit f5660e82ea

View File

@@ -14,7 +14,7 @@ before_install:
install:
- cd ci-build
- ../configure --enable-maintainer-mode
- make
- make -j3
script:
- if [ x${COVERITY_SCAN_BRANCH} != x1 ]; then make check; fi