diff options
author | Pablo Barciela <[email protected]> | 2019-06-24 01:25:21 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-06-24 01:32:18 +0200 |
commit | 3bcd87ac3da3c23286884bbcaad537b41126b183 (patch) | |
tree | aab3ed508a1b384b93975d76c1aa7753be84a83d | |
parent | e2e3f92289fbad8c408068756dccabf1356ee491 (diff) | |
download | mate-indicator-applet-3bcd87ac3da3c23286884bbcaad537b41126b183.tar.bz2 mate-indicator-applet-3bcd87ac3da3c23286884bbcaad537b41126b183.tar.xz |
Travis CI: remove .svg icon in ./gen-index
seems svg icons don't work there
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3185d56..b9eaf3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -161,7 +161,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}/mate-indicator-applet/raw/master/data/mate-indicator-applet.svg + - ./gen-index -l 20 - fi - make distcheck |