diff --git a/.travis.yml b/.travis.yml index e24f8c5..14a1b15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,11 +29,10 @@ addons: branch_pattern: dev script: - - (automake --version; autoconf --version) - ./autogen.sh - ./configure --prefix=/tmp/sysklogd - make clean - - make -j5 + - make - sudo make check || (cat test/test-suite.log; false) - make install-strip - tree /tmp/sysklogd