diff options
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 4e83f52..ad363cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -108,10 +108,10 @@ variables: - CFLAGS="-Wall -Werror=format-security" 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 +# - 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 after_scripts: - if [ ${DISTRO_NAME} == "fedora" ];then |