From 6acd4e45847a6f19f65899f9a790d0edeebb8f81 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 10 Feb 2020 14:52:55 +0100 Subject: travis: disable debian build script --- .travis.yml | 8 ++++---- 1 file 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 -- cgit v1.2.1