diff options
author | Wu Xiaotian <[email protected]> | 2019-12-27 14:17:06 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-12-28 11:52:39 +0100 |
commit | 39243c5dddbdbdc1497fb9cc4514ebc10138ea2f (patch) | |
tree | 1a3156d38a9591b0abe86a5901a1577b473ed253 | |
parent | b7fce624869aadc2d8d2b520aeee19b7cfe5bd02 (diff) | |
download | mate-utils-39243c5dddbdbdc1497fb9cc4514ebc10138ea2f.tar.bz2 mate-utils-39243c5dddbdbdc1497fb9cc4514ebc10138ea2f.tar.xz |
travis: remove patch for debian
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index cd2e29c8..45670196 100644 --- a/.travis.yml +++ b/.travis.yml @@ -177,10 +177,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 # disable pt language for help in search tool - sed -i s/"IGNORE_HELP_LINGUAS ="/"IGNORE_HELP_LINGUAS = pt"/g gsearchtool/help/Makefile.am - cd ${START_DIR} |