diff --git a/.travis.yml b/.travis.yml index a3849379..cc8fc285 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: cpp compiler: gcc sudo: false -script: ./autogen.sh && ./configure && make && make check && make distcheck +script: ./autogen.sh && ./configure && make -j3 && make check -j3 && make distcheck after_script: test -e test/test-suite.log && cat test/test-suite.log env: