From 3c08fa3c638df1b275d106062e6b3c2dd3950100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Thu, 15 Oct 2020 20:33:26 +0200 Subject: Keep building on errors Doing so allows for more than one error to be detected in builds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b86e5103..d870aa54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,5 +13,5 @@ script: - ./autogen.sh # clang might warn about C11 generic selections in isnan() - CFLAGS=-Wno-c11-extensions ./configure --enable-werror - - make + - make -k - CFLAGS=-Wno-c11-extensions make distcheck DISTCHECK_CONFIGURE_FLAGS=--enable-werror -- cgit v1.2.3