Skip to content

Commit

Permalink
Travis: use make -j3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed May 28, 2017
1 parent b46ebe3 commit f5660e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit f5660e8

Please sign in to comment.