Travis-CI: Simplify build script, skip parallel build

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-11-03 18:07:19 +01:00
parent 53a4ea735f
commit 94afe95a25

View File

@ -29,11 +29,10 @@ addons:
branch_pattern: dev branch_pattern: dev
script: script:
- (automake --version; autoconf --version)
- ./autogen.sh - ./autogen.sh
- ./configure --prefix=/tmp/sysklogd - ./configure --prefix=/tmp/sysklogd
- make clean - make clean
- make -j5 - make
- sudo make check || (cat test/test-suite.log; false) - sudo make check || (cat test/test-suite.log; false)
- make install-strip - make install-strip
- tree /tmp/sysklogd - tree /tmp/sysklogd