From 9a0bfeef8aec58f2c893d0a501c66206fc8499ad Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Wed, 6 Nov 2019 17:13:55 +0100 Subject: [PATCH] Travis-CI: Fix configure rule, follow-up to previous commit Signed-off-by: Joachim Nilsson --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0720823..d3189bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ addons: # Build test programs as regular user, or clang build may fail script: - ./autogen.sh - - ./configure --prefix=/tmp/sysklogd --disable-silent-rules" + - ./configure --prefix=/tmp/sysklogd --disable-silent-rules - make clean - make all - make -C test programs