Explorar o código

Parallelize CI

Tamir Duberstein %!s(int64=10) %!d(string=hai) anos
pai
achega
a2655e7c4e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.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