From d3e217a4afafeea27a8355cc0aa9a68be1c7013e Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sun, 19 Apr 2020 03:09:11 +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 66fda37..e3b6c73 100644 --- a/.build.yml +++ b/.build.yml @@ -92,10 +92,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 - 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' - tar xf mate-common-1.24.1.tar.xz -- cgit v1.2.1