Reduce verbosity of 'coverage' builds vi 'QUIET=true' - go travis-ci!

This commit is contained in:
Artem Pavlenko 2019-03-07 19:05:13 +00:00
parent 0db5d6231f
commit 46478d4b5a

View file

@ -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