diff options
author | raveit65 <[email protected]> | 2020-01-12 12:23:24 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-12 12:30:42 +0100 |
commit | c6171429203bf03ff59b80a115e36329d91589db (patch) | |
tree | 86c88c114f4824acc5d19dd821fbc5f2ec7c7bd4 | |
parent | d4e6625520cb88dcad16c3932c695a8c1037faa9 (diff) | |
download | libmatekbd-c6171429203bf03ff59b80a115e36329d91589db.tar.bz2 libmatekbd-c6171429203bf03ff59b80a115e36329d91589db.tar.xz |
travis: use https icon link for ccpcheck result
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8d99304..0d3db6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -167,7 +167,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 -i http://mate-desktop.org/favicon.ico + - ./gen-index -l 20 -i https://github.com/${OWNER_NAME}/mate-icon-theme/raw/master/mate/16x16/devices/input-keyboard.png - fi - make distcheck |