diff options
author | Pablo Barciela <[email protected]> | 2019-09-07 14:08:11 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-09-07 14:08:11 +0200 |
commit | 310ad6d6bc46115ac8eaa8c1b5e6e9e3f9eb6290 (patch) | |
tree | 1ee4ad8dc7b9b51c6a9ed4d87eee6475ddacf3e9 /.travis.yml | |
parent | f1cefb93d098cee0ae5a42c3dfe97dd171ef2cb7 (diff) | |
download | mate-system-monitor-310ad6d6bc46115ac8eaa8c1b5e6e9e3f9eb6290.tar.bz2 mate-system-monitor-310ad6d6bc46115ac8eaa8c1b5e6e9e3f9eb6290.tar.xz |
Travis CI: add icon to the static code analyzer website
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0d9ac43..7685367 100644 --- a/.travis.yml +++ b/.travis.yml @@ -183,7 +183,7 @@ after_scripts: - if [ ${DISTRO_NAME} == "fedora" ];then - cppcheck --xml --output-file=cppcheck.xml --enable=warning,style,performance,portability,information,missingInclude . - cppcheck-htmlreport --title=${REPO_NAME} --file=cppcheck.xml --report-dir=cppcheck-htmlreport - - ./gen-index -l 20 + - ./gen-index -l 20 -i https://github.com/${OWNER_NAME}/mate-icon-theme/raw/master/mate/16x16/apps/utilities-system-monitor.png - fi - make distcheck |