diff options
author | Pablo Barciela <[email protected]> | 2019-06-25 02:42:24 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-06-25 11:04:57 +0200 |
commit | 6d9955444e90c5eeb192cb2eaa542b87fc1b70db (patch) | |
tree | 4e622d1915ecd1f1ae5a77c9cf30ea65bc3aa463 | |
parent | 6e205b4f2aa03ee1fd3d0f002c5e801ef0ce0857 (diff) | |
download | mate-power-manager-6d9955444e90c5eeb192cb2eaa542b87fc1b70db.tar.bz2 mate-power-manager-6d9955444e90c5eeb192cb2eaa542b87fc1b70db.tar.xz |
Travis CI: add icon to the static code analyzer website
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3042303..b8b6c8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -198,7 +198,7 @@ after_scripts: - bash ./debian.sh - fi - if [ ${DISTRO_NAME} == "fedora" ];then - - ./gen-index + - ./gen-index -i https://github.com/${OWNER_NAME}/${REPO_NAME}/raw/master/data/icons/16x16/apps/mate-power-manager.png - fi - make distcheck |