summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-03-08 10:24:13 +0800
committerraveit65 <[email protected]>2019-03-10 15:18:21 +0100
commite408410a289e9afdb6b3588db2a3475763a19c22 (patch)
tree5c7c5b05b2936c715f41eaaa7f3598d59ab7f99e
parent63f7860434049264df49129b56211b2e00100d13 (diff)
downloadmarco-e408410a289e9afdb6b3588db2a3475763a19c22.tar.bz2
marco-e408410a289e9afdb6b3588db2a3475763a19c22.tar.xz
[ci] switch to use build scripts on master branch
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 939cf8c0..5eb56992 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: