From 46478d4b5a17e4a66bd81af59175e21c493712af Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Thu, 7 Mar 2019 19:05:13 +0000 Subject: [PATCH] Reduce verbosity of 'coverage' builds vi 'QUIET=true' - go travis-ci! --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 09c05cdea..68494472a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,6 +49,7 @@ matrix: CXX="ccache clang++-3.9 -Qunused-arguments" CC="clang-3.9" COVERAGE=true + QUIET=true before_install: - export LINKFLAGS="-fuse-ld=gold-2.26" - export LLVM_COV="llvm-cov-3.9" @@ -95,7 +96,7 @@ before_script: script: - git_submodule_update --init deps/ - - configure BENCHMARK=${BENCH} ENABLE_GLIBC_WORKAROUND=${ENABLE_GLIBC_WORKAROUND:-false} + - configure BENCHMARK=${BENCH} ENABLE_GLIBC_WORKAROUND=${ENABLE_GLIBC_WORKAROUND:-false} QUIET=${QUIET:-false} #- cat config.log => comment out to reduce log size limit on travis-ci # we limit the `make` to 40 min # to ensure that slow builds still upload their