diff options
author | Pablo Barciela <[email protected]> | 2019-05-16 11:51:22 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-05-16 12:26:37 +0200 |
commit | 6e10112dc88e9d8d79e01b3402a1605f522daf05 (patch) | |
tree | aa7b6a55e01bb13a450b7821da0aa6e43533d7fd | |
parent | 4751f16a78fa2e8991730e909c182bfb9495021e (diff) | |
download | mate-notification-daemon-6e10112dc88e9d8d79e01b3402a1605f522daf05.tar.bz2 mate-notification-daemon-6e10112dc88e9d8d79e01b3402a1605f522daf05.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 0fe3563..1bb32fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -80,6 +80,7 @@ requires: # Useful URL: https://salsa.debian.org/debian-mate-team/mate-notification-daemon - clang - clang-tools + - cppcheck - gcc - git - gobject-introspection @@ -169,6 +170,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 |