Skip to content

Commit

Permalink
travis: use make -j2
Browse files Browse the repository at this point in the history
  • Loading branch information
mauke committed Aug 27, 2017
1 parent d131d68 commit 151670c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -3,3 +3,6 @@ script: make && make test
compiler:
- gcc
- clang
env:
global:
MAKEFLAGS="-j2"

0 comments on commit 151670c

Please sign in to comment.