diff options
author | Pablo Barciela <[email protected]> | 2019-04-27 12:41:08 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-04-27 12:53:49 +0200 |
commit | 1a8be2e7a0486b4a0df4c82a28f0925a9c6f8cbe (patch) | |
tree | 38d21a92b0b0183963d68501bafaa4b24ddea515 | |
parent | 3662b2a6601d29725e3e8844471179b0a18ab609 (diff) | |
download | mate-menus-1a8be2e7a0486b4a0df4c82a28f0925a9c6f8cbe.tar.bz2 mate-menus-1a8be2e7a0486b4a0df4c82a28f0925a9c6f8cbe.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 cafc0c2..bf9d551 100644 --- a/.travis.yml +++ b/.travis.yml @@ -80,6 +80,7 @@ requires: # Useful URL: https://salsa.debian.org/debian-mate-team/mate-menus - clang - clang-tools + - cppcheck - gcc - git - gobject-introspection @@ -143,6 +144,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 |