Parallelize CI

pull/248/head
Tamir Duberstein 10 years ago
parent d57e703f01
commit a2655e7c4e
  1. 2
      .travis.yml

@ -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…
Cancel
Save