diff options
author | Pablo Barciela <[email protected]> | 2020-04-19 03:09:11 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-19 03:53:34 +0200 |
commit | d3e217a4afafeea27a8355cc0aa9a68be1c7013e (patch) | |
tree | cee1cc6e0f5ef3d56fc124febecfff56d4ec54ed | |
parent | d9142d2eed5fd0b03ebc65020f766e635efdef12 (diff) | |
download | mate-calc-d3e217a4afafeea27a8355cc0aa9a68be1c7013e.tar.bz2 mate-calc-d3e217a4afafeea27a8355cc0aa9a68be1c7013e.tar.xz |
Travis CI: remove patch for debian
-rw-r--r-- | .build.yml | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |