diff options
author | Wu Xiaotian <[email protected]> | 2019-12-27 14:22:01 +0800 |
---|---|---|
committer | ZenWalker <[email protected]> | 2020-01-05 14:02:20 +0100 |
commit | 155e0c8838ee709f83d958641c7c286455dc625c (patch) | |
tree | 5bd2bcac3a0348d9d416a7be37749cc31547a871 /.travis.yml | |
parent | 11db7833a24a8636b1ff3d36439f1077983293b4 (diff) | |
download | mate-sensors-applet-155e0c8838ee709f83d958641c7c286455dc625c.tar.bz2 mate-sensors-applet-155e0c8838ee709f83d958641c7c286455dc625c.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 e022929..3e345b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -152,12 +152,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 |