Skip to content

Commit

Permalink
[ci] switch to use build scripts on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yetist authored and raveit65 committed Mar 10, 2019
1 parent 63f7860 commit e408410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e408410

Please sign in to comment.