From 7a588ed5cf54bc3890497111c99bab128dbf4178 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Tue, 27 Dec 2016 17:56:10 -0700 Subject: [PATCH] Disable cppcheck runs --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 58edb5f1..5aee8f05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,8 +48,8 @@ script: - ctest - if [ ${COVERAGE} = 1 ]; then bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov) -x $GCOV -a "-s `pwd`" ; fi -after_script: - - if [ ${CPPCHECK} = 1 ]; then contrib/codeanalysis/runcppcheck.sh ; fi +#after_script: +# - if [ ${CPPCHECK} = 1 ]; then contrib/codeanalysis/runcppcheck.sh ; fi notifications: