diff --git a/.travis.yml b/.travis.yml index 9e22f56b..b1f32ddc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,6 +82,7 @@ requires: # Useful URL: https://salsa.debian.org/debian-mate-team/mate-system-monitor - clang - clang-tools + - cppcheck - gcc - g++ - git @@ -172,6 +173,9 @@ build_scripts: - else - scan-build $CHECKERS --keep-cc -o html-report make - fi + - if [ ${DISTRO_NAME} == "debian" ];then + - cppcheck --enable=warning,style,performance,portability,information,missingInclude . + - fi after_scripts: - if [ ${DISTRO_NAME} == "fedora" ];then