Parcourir la source

Parallelize CI

Tamir Duberstein il y a 10 ans
Parent
commit
a2655e7c4e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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