diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c508546..4cc77d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,6 +55,7 @@ requires: - autopoint - clang - clang-tools + - cppcheck - gcc - git - libasound2-dev @@ -115,6 +116,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 before_scripts: # Debian - patch intltool-update |