diff options
author | Wu Xiaotian <[email protected]> | 2019-02-13 18:33:57 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-13 21:23:16 +0100 |
commit | 631481c8d21304d05b5651cda4ff42a4bb95c35f (patch) | |
tree | 8de5986ecc7fcb069ec93d05911df720d2351665 /.travis.yml | |
parent | 5919cb0ab354ec7d220694bca2cace402a56b7ef (diff) | |
download | mate-settings-daemon-631481c8d21304d05b5651cda4ff42a4bb95c35f.tar.bz2 mate-settings-daemon-631481c8d21304d05b5651cda4ff42a4bb95c35f.tar.xz |
use debian.sh on master branch
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 4de3b31..b09d706 100644 --- a/.travis.yml +++ b/.travis.yml @@ -133,9 +133,8 @@ configures: - --enable-pulse before_scripts: - # These scripts should keep silent. - if [ ${DISTRO_NAME} == "debian" ];then - - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/os-fix/travis/debian.sh + - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh - bash ./debian.sh - fi |