diff options
author | Wu Xiaotian <[email protected]> | 2019-12-27 14:23:09 +0800 |
---|---|---|
committer | ZenWalker <[email protected]> | 2020-01-05 13:56:24 +0100 |
commit | f1932b1f1ce877130feaaef3e3ddf14cc226d2d2 (patch) | |
tree | 0757dc2264f00867ce7c10554c32400f21437110 | |
parent | 420e9b332b463e3cf303e898a33e1bcb3a79cbe7 (diff) | |
download | mate-netbook-f1932b1f1ce877130feaaef3e3ddf14cc226d2d2.tar.bz2 mate-netbook-f1932b1f1ce877130feaaef3e3ddf14cc226d2d2.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 dca4901..84453c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -142,12 +142,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 |