diff options
author | Wu Xiaotian <[email protected]> | 2019-02-17 22:09:03 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-17 16:22:45 +0100 |
commit | cd70be5913772467781f6bd726ab5ee9411fdddb (patch) | |
tree | e982757ef59973515e581ff24894bde3aa8c9863 | |
parent | feca97f74b6b51ba5041f0ee5a95ccd0bb106469 (diff) | |
download | mate-screensaver-cd70be5913772467781f6bd726ab5ee9411fdddb.tar.bz2 mate-screensaver-cd70be5913772467781f6bd726ab5ee9411fdddb.tar.xz |
let distcheck pass on debian
-rw-r--r-- | .travis.yml | 5 |
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 |