From 93d4b4b8f6567ada7dfc270a305837dae03011aa Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Wed, 13 Nov 2019 11:33:04 +0800 Subject: ci: remove debian.sh --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 0af7607..98d761a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -187,8 +187,6 @@ variables: 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 - egrep -lRZ 'G_GNUC_BEGIN_IGNORE_DEPRECATIONS' . | xargs -0 -l sed -i -e 's/G_GNUC_BEGIN_IGNORE_DEPRECATIONS/ /g' - egrep -lRZ 'G_GNUC_END_IGNORE_DEPRECATIONS' . | xargs -0 -l sed -i -e 's/G_GNUC_END_IGNORE_DEPRECATIONS/ /g' - fi -- cgit v1.2.1