diff options
author | Pablo Barciela <[email protected]> | 2020-01-12 00:37:25 +0100 |
---|---|---|
committer | ZenWalker <[email protected]> | 2020-01-24 11:54:13 +0100 |
commit | 99a63109c6e80123e5744eacda6d4dc9c23fa31c (patch) | |
tree | a32bb544737d79fae1972c482ec19552c6e4393b | |
parent | 2956f04e696fae55178c139ab102ccd04073a0ac (diff) | |
download | python-caja-99a63109c6e80123e5744eacda6d4dc9c23fa31c.tar.bz2 python-caja-99a63109c6e80123e5744eacda6d4dc9c23fa31c.tar.xz |
Travis CI: 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 0d005a2..2f3f9ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,6 +53,7 @@ requires: - autopoint - clang - clang-tools + - cppcheck - gcc - git - gtk-doc-tools @@ -119,6 +120,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: - make distcheck |