From a79e22984b5f00fa2134c7e703492a96bd673b90 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 31 Dec 2017 20:47:40 +0100 Subject: [PATCH] cppcheck disabled, it is too slow --- s/travis-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s/travis-build b/s/travis-build index 1f25af51d..a678b1de2 100755 --- a/s/travis-build +++ b/s/travis-build @@ -32,7 +32,7 @@ cppcheck_tests() { set -e [ -z $BUILD ] && BUILD=Debug ; export BUILD s/cmake-init -cppcheck_tests +# cppcheck_tests s/build cd process make