Parallelize CI

This commit is contained in:
Tamir Duberstein 2015-03-18 00:58:46 -07:00
parent d57e703f01
commit a2655e7c4e

View file

@ -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