diff options
author | Wu Xiaotian <[email protected]> | 2019-12-27 14:24:43 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-09 11:40:14 +0100 |
commit | 7d490a556a3b0fc8e58daf245e0fbf0a086adfb6 (patch) | |
tree | fc25d559b0308746d8bf7dfee162cd16cd7ad02e /.travis.yml | |
parent | 4fef024423beaf09b77558cb9fd67291003a1791 (diff) | |
download | mate-applets-7d490a556a3b0fc8e58daf245e0fbf0a086adfb6.tar.bz2 mate-applets-7d490a556a3b0fc8e58daf245e0fbf0a086adfb6.tar.xz |
travis: remove patch for debian
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 072ae61f..37392160 100644 --- a/.travis.yml +++ b/.travis.yml @@ -187,12 +187,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 |