summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-06-24 01:25:21 +0200
committerPablo Barciela <[email protected]>2019-06-24 01:32:18 +0200
commit3bcd87ac3da3c23286884bbcaad537b41126b183 (patch)
treeaab3ed508a1b384b93975d76c1aa7753be84a83d /.travis.yml
parente2e3f92289fbad8c408068756dccabf1356ee491 (diff)
downloadmate-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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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