diff options
| -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 | 
