summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 17774d6..d0204e1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -79,6 +79,7 @@ requires:
# Useful URL: https://salsa.debian.org/debian-mate-team/mate-polkit
- clang
- clang-tools
+ - cppcheck
- gcc
- git
- libappindicator3-dev
@@ -144,6 +145,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