From f77c275e6aa9addc5dd33a803a5faf7bfb1a86b4 Mon Sep 17 00:00:00 2001 From: Pierce Lopez Date: Fri, 7 Jun 2019 18:48:32 -0400 Subject: [PATCH] tests: travis-ci make with V=1 to show effective CFLAGS --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a7fb1e9..c482d65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ before_script: - ./configure script: - - make AM_CFLAGS="-Werror" + - make V=1 AM_CFLAGS="-Werror" after_success: - make check