diff options
author | Wu Xiaotian <[email protected]> | 2019-11-13 11:33:04 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-13 10:03:32 +0100 |
commit | 93d4b4b8f6567ada7dfc270a305837dae03011aa (patch) | |
tree | 5bdb962a71119ce35c3dca8992e58059ebc19298 /.travis.yml | |
parent | f620f3ddc9f7b6161b4a15610df076fc0eb8559e (diff) | |
download | eom-93d4b4b8f6567ada7dfc270a305837dae03011aa.tar.bz2 eom-93d4b4b8f6567ada7dfc270a305837dae03011aa.tar.xz |
ci: remove debian.sh
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
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 |