diff options
author | Wu Xiaotian <[email protected]> | 2019-12-27 14:21:39 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-05 18:06:54 +0100 |
commit | 62d127e18b994a18b04734b373dcf416fd3ae172 (patch) | |
tree | bef1d7b9354d8102da20f27757b76c472986f079 | |
parent | 3c7c4a0995ea8dfa03064acb8d3a22e476091bf1 (diff) | |
download | mate-indicator-applet-62d127e18b994a18b04734b373dcf416fd3ae172.tar.bz2 mate-indicator-applet-62d127e18b994a18b04734b373dcf416fd3ae172.tar.xz |
travis: remove patch for debian
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index b1bd104..7ee3ef4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -140,12 +140,6 @@ variables: -enable-checker alpha.core.FixedAddr -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 - build_scripts: - ./autogen.sh - scan-build $CHECKERS ./configure |