From 383ee147002da5665a6bc45ce02669e33d219b9e Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Tue, 3 Mar 2020 00:36:40 +0100 Subject: Travis CI: don't update gh-pages --- .build.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index 6ee4428..8b9532a 100644 --- a/.build.yml +++ b/.build.yml @@ -43,7 +43,6 @@ requires: - caja-devel - clang - clang-analyzer - - cppcheck-htmlreport - desktop-file-utils - file-devel - gcc @@ -116,11 +115,6 @@ before_scripts: - make install 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/mate-desktop/engrampa/raw/master/data/icons/16x16/apps/engrampa.png - - fi - make distcheck releases: -- cgit v1.2.1