summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-02-17 22:09:03 +0800
committerraveit65 <[email protected]>2019-02-17 16:22:45 +0100
commitcd70be5913772467781f6bd726ab5ee9411fdddb (patch)
treee982757ef59973515e581ff24894bde3aa8c9863 /.travis.yml
parentfeca97f74b6b51ba5041f0ee5a95ccd0bb106469 (diff)
downloadmate-screensaver-cd70be5913772467781f6bd726ab5ee9411fdddb.tar.bz2
mate-screensaver-cd70be5913772467781f6bd726ab5ee9411fdddb.tar.xz
let distcheck pass on debian
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c824d12..ef2eaf2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -133,6 +133,11 @@ 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
+
- cd ${START_DIR}
- if [ ! -d mate-menus-build ]; then
- git clone --depth 1 https://github.com/mate-desktop/mate-menus.git mate-menus-build