diff options
author | Pablo Barciela <[email protected]> | 2020-04-30 04:42:17 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-30 05:07:37 +0200 |
commit | 9c9c5758aab4fa239455b00b2ca5d24f63a7290d (patch) | |
tree | 1206a741d8b85cac80833667236b2cb76e16e350 | |
parent | 89794bc30da4bef1a5c2f2a9f9aa83dddf24fd1d (diff) | |
download | mate-screensaver-9c9c5758aab4fa239455b00b2ca5d24f63a7290d.tar.bz2 mate-screensaver-9c9c5758aab4fa239455b00b2ca5d24f63a7290d.tar.xz |
Travis CI: remove patch for debian
-rw-r--r-- | .build.yml | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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' |