diff options
author | Wu Xiaotian <[email protected]> | 2019-03-08 10:21:46 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-08 09:22:11 +0100 |
commit | bdceb0f13d5b70ea8d5b4208031884e64b4753d4 (patch) | |
tree | 92a963f8252f3a5f853df13878d8e8b1b6c6e40c /.travis.yml | |
parent | 80abc61ac4012394652ab08eeee1c3b92d9d3a18 (diff) | |
download | caja-bdceb0f13d5b70ea8d5b4208031884e64b4753d4.tar.bz2 caja-bdceb0f13d5b70ea8d5b4208031884e64b4753d4.tar.xz |
[ci] switch to use build scripts on master branch
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 5e32493e..aced08e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ branches: - gh-pages before_install: - - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/travis/travis/docker-build - - curl -Ls -o gen-index https://github.com/mate-desktop/mate-dev-scripts/raw/travis/travis/gen-index.sh + - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build + - curl -Ls -o gen-index https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/gen-index.sh - chmod +x docker-build gen-index install: @@ -168,7 +168,7 @@ variables: build_scripts: - if [ ${DISTRO_NAME} == "fedora" ];then - - curl -Ls -o fedora.sh https://github.com/mate-desktop/mate-dev-scripts/raw/travis/travis/fedora.sh + - curl -Ls -o fedora.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/fedora.sh - bash ./fedora.sh - fi - ./autogen.sh |