diff options
author | Pablo Barciela <[email protected]> | 2019-06-12 09:33:16 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-06-12 09:33:16 +0200 |
commit | 42e4aaebc7e1d68915e1617df3c3f7bddf21c488 (patch) | |
tree | cfada7b1e493a63af8dadb1a73ae0460a383f82e | |
parent | 981e460dff8bb2d32161dc1355c6ee1641a7e6b0 (diff) | |
download | mate-indicator-applet-42e4aaebc7e1d68915e1617df3c3f7bddf21c488.tar.bz2 mate-indicator-applet-42e4aaebc7e1d68915e1617df3c3f7bddf21c488.tar.xz |
travis: enable 'cppcheck' in debian
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3a827f8..c630635 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,6 +79,7 @@ requires: # Useful URL: https://salsa.debian.org/debian-mate-team/mate-indicator-applet - clang - clang-tools + - cppcheck - gcc - git - intltool @@ -151,6 +152,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 |