From b23c1ba6cb08b21b7b4f8ced386f320b5c34d662 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sat, 1 Jun 2019 20:20:20 +0200 Subject: Travis CI: Fix icon name the icon name was changed since the commit: https://github.com/mate-desktop/mate-desktop/commit/d83bccb64d612034be471c0724edd129519c3584 and it was moved with the commit: https://github.com/mate-desktop/mate-desktop/commit/6109546780fde4bc8e9986c3f258960a5fdd76bf --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 284bd14..c11bdc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -188,7 +188,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 https://github.com/${OWNER_NAME}/${REPO_NAME}/raw/master/icons/hicolor_apps_16x16_mate.png + - ./gen-index -l 20 -i https://github.com/${OWNER_NAME}/${REPO_NAME}/raw/master/icons/16x16/apps/mate-desktop.png - fi - make distcheck - fi -- cgit v1.2.1