diff options
author | Pablo Barciela <[email protected]> | 2019-04-29 00:24:15 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-04-29 00:41:24 +0200 |
commit | 6f5ef63a09af855794bcb32a95b2884fd80e1eaa (patch) | |
tree | 486894aea70db2028d99ee5417fce703fc1d43c9 | |
parent | a40fea17984728fd9c8b6c2adb1e2d244b97a522 (diff) | |
download | mate-session-manager-6f5ef63a09af855794bcb32a95b2884fd80e1eaa.tar.bz2 mate-session-manager-6f5ef63a09af855794bcb32a95b2884fd80e1eaa.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 b88c6d0..ab7c21e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,6 +84,7 @@ requires: # Useful URL: https://salsa.debian.org/debian-mate-team/mate-session-manager - clang - clang-tools + - cppcheck - gcc - git - intltool @@ -178,6 +179,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 |