From 1e3200a80fd2dfe10309bcaa6272bd3c5e9328df Mon Sep 17 00:00:00 2001 From: James Crook Date: Thu, 8 Sep 2016 22:04:36 +0100 Subject: [PATCH] Travis failing because log is too long. Suppress all warnings to see if that is good enough to keep log size in bounds. Later we can try less 'chatty' logs in other places. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a74c2ab4a..486116fb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_install: - git show -s --format="wxT(\"%h of %cd\")" - git show -s --format="wxT(\"%h of %cd\")" > ./src/RevisionIdent.h - export CXX="g++-4.9" CC="gcc-4.9" - - FLAGS="-Wall -Wextra -std=gnu++11" + - FLAGS="-w -std=gnu++11" - export CFLAGS="$CFLAGS $FLAGS" - export CXXFLAGS="$CXXFLAGS $FLAGS" language: