Travis-CI: Fix configure rule, follow-up to previous commit

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-11-06 17:13:55 +01:00
parent 55d92d73c3
commit 9a0bfeef8a

View File

@ -31,7 +31,7 @@ addons:
# Build test programs as regular user, or clang build may fail # Build test programs as regular user, or clang build may fail
script: script:
- ./autogen.sh - ./autogen.sh
- ./configure --prefix=/tmp/sysklogd --disable-silent-rules" - ./configure --prefix=/tmp/sysklogd --disable-silent-rules
- make clean - make clean
- make all - make all
- make -C test programs - make -C test programs