From 8d130ff604869beacdc80a516368de3c55d27978 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 27 Feb 2018 08:50:35 +0100 Subject: [PATCH] don't fail on cppcheck, yet --- .travis.yml | 2 +- scripts/gen_travis_yml.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a1c5a82..ea87d02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -91,7 +91,7 @@ before_script: script: - make -f travis/pecl/Makefile test - - make -f travis/pecl/Makefile cppcheck + - make -f travis/pecl/Makefile cppcheck CPPCHECK_EXITCODE=0 after_failure: - test -e tests/helper/server.log && cat tests/helper/server.log diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 6d86ca0..cfbf00a 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -46,7 +46,7 @@ before_script: script: - make -f travis/pecl/Makefile test - - make -f travis/pecl/Makefile cppcheck + - make -f travis/pecl/Makefile cppcheck CPPCHECK_EXITCODE=0 after_failure: - test -e tests/helper/server.log && cat tests/helper/server.log -- 2.30.2