From 3bcd87ac3da3c23286884bbcaad537b41126b183 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Mon, 24 Jun 2019 01:25:21 +0200 Subject: Travis CI: remove .svg icon in ./gen-index seems svg icons don't work there --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.1