From 9c9c5758aab4fa239455b00b2ca5d24f63a7290d Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Thu, 30 Apr 2020 04:42:17 +0200 Subject: Travis CI: remove patch for debian --- .build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.build.yml b/.build.yml index 0c241a9..a10ac84 100644 --- a/.build.yml +++ b/.build.yml @@ -131,10 +131,6 @@ variables: -enable-checker security.insecureAPI.strcpy"' before_scripts: - - if [ ${DISTRO_NAME} == "debian" ];then - - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh - - bash ./debian.sh - - fi # Install mate-common from tarball - cd ${START_DIR} - '[ -f mate-common-1.24.1.tar.xz ] || curl -Ls -o mate-common-1.24.1.tar.xz https://github.com/mate-desktop/mate-common/releases/download/v1.24.1/mate-common-1.24.1.tar.xz' -- cgit v1.2.1