diff options
author | raveit65 <[email protected]> | 2019-08-12 09:20:29 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-08-12 09:20:29 +0200 |
commit | 6404f0ef9d942c6e1f01981ace9f3aa5e19f8abe (patch) | |
tree | 903ff75bbabe892f8c8525ccc18f29f8f8a5b282 | |
parent | f8e349f18b2610898c87e2871c5657e3c312f6d1 (diff) | |
download | mate-settings-daemon-6404f0ef9d942c6e1f01981ace9f3aa5e19f8abe.tar.bz2 mate-settings-daemon-6404f0ef9d942c6e1f01981ace9f3aa5e19f8abe.tar.xz |
travis: fix mate-desktop version for using cppcheck
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 6c7d238..07844e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -216,12 +216,12 @@ build_scripts: - scan-build $CHECKERS --keep-cc -o html-report make - fi - if [ ${DISTRO_NAME} == "debian" ];then - - cppcheck --enable=warning,style,performance,portability,information,missingInclude -i'mate-desktop-1.21.2' . + - cppcheck --enable=warning,style,performance,portability,information,missingInclude -i'mate-desktop-1.23.2' . - fi after_scripts: - if [ ${DISTRO_NAME} == "fedora" ];then - - cppcheck --xml --output-file=cppcheck.xml --enable=warning,style,performance,portability,information,missingInclude -i'mate-desktop-1.21.2' . + - cppcheck --xml --output-file=cppcheck.xml --enable=warning,style,performance,portability,information,missingInclude -i'mate-desktop-1.23.2' . - cppcheck-htmlreport --title=${REPO_NAME} --file=cppcheck.xml --report-dir=cppcheck-htmlreport - ./gen-index -l 20 -i https://github.com/${OWNER_NAME}/mate-applets/raw/master/cpufreq/pixmaps/cpufreq-100.png - fi |