diff options
author | Wu Xiaotian <[email protected]> | 2019-02-07 20:52:41 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-08 15:51:14 +0100 |
commit | cd4c579c5268682218cba8743da496666b3862c2 (patch) | |
tree | f75a8356fa4b8455001e6b7d8c5e2ee84022d447 | |
parent | 10a4a9fe0fe3c7ffecb60ece61206aa3ceef019d (diff) | |
download | marco-cd4c579c5268682218cba8743da496666b3862c2.tar.bz2 marco-cd4c579c5268682218cba8743da496666b3862c2.tar.xz |
Now to use docker-build on the master branch
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a6cbc2d3..77007e0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ services: - docker before_install: - - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/travis/travis/docker-build + - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build - chmod +x docker-build install: |