From: Ivan Maidanski Date: Sat, 29 Dec 2018 07:02:12 +0000 (+0300) Subject: Travis CI: Do not pass --quiet to cppcheck X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d3e2f7642d3ad16a517959beb8d34748a68806a;p=gc Travis CI: Do not pass --quiet to cppcheck (fix of commit e3d3b3bec) In case of cppcheck quiet mode, grep (in the pipe) exits with an error. --- diff --git a/.travis.yml b/.travis.yml index 76b2b083..f7531d8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ matrix: - MAKEFILE_TARGETS="dist" - os: linux env: - - CPPCHECK_ENABLE="--enable=unusedFunction --quiet -I libatomic_ops/src extra/gc.c tests/*.c" + - CPPCHECK_ENABLE="--enable=unusedFunction -I libatomic_ops/src extra/gc.c tests/*.c" - os: linux env: - CPPCHECK_ENABLE="--enable=unusedFunction --force -D GC_BUILTIN_ATOMIC *.cc cord/*.c cord/tests/*.c tests/*.c tests/*.cc"