Travis-CI: Disable silent build to figure out why clang goes missing

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-11-03 18:13:54 +01:00
parent 94afe95a25
commit 07475f60a1

View File

@ -30,9 +30,9 @@ addons:
script: script:
- ./autogen.sh - ./autogen.sh
- ./configure --prefix=/tmp/sysklogd - ./configure --prefix=/tmp/sysklogd --disable-silent-rules
- make clean - make clean
- make - make
- sudo make check || (cat test/test-suite.log; false) - sudo make check || (which clang; cat test/test-suite.log; false)
- make install-strip - make install-strip
- tree /tmp/sysklogd - tree /tmp/sysklogd