Parallelize CI
This commit is contained in:
parent
d57e703f01
commit
a2655e7c4e
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ language: cpp
|
|||
os:
|
||||
- linux
|
||||
- osx
|
||||
script: ./autogen.sh && ./configure && make distcheck
|
||||
script: ./autogen.sh && ./configure && make distcheck -j2
|
||||
notifications:
|
||||
email: false
|
||||
|
|
Loading…
Add table
Reference in a new issue