summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-06-01 20:20:20 +0200
committerZenWalker <[email protected]>2019-06-02 13:47:35 +0200
commitb23c1ba6cb08b21b7b4f8ced386f320b5c34d662 (patch)
treec03d3d85d6c12b03c198163af2bf977063426ef8
parent3cae39aa63d5bdbda00a1574c320b0dcd216f99c (diff)
downloadmate-desktop-b23c1ba6cb08b21b7b4f8ced386f320b5c34d662.tar.bz2
mate-desktop-b23c1ba6cb08b21b7b4f8ced386f320b5c34d662.tar.xz
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
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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