Tamir Duberstein 10 anni fa
parent
commit
a2655e7c4e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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