1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 00:00:00 +00:00

Update travis pipeline

This commit is contained in:
zhengxie
2018-10-15 13:28:29 +08:00
parent 1de3e35b77
commit 62f0cfbbcd

View File

@@ -34,8 +34,8 @@ script:
- ./tests/seahubtests.sh init && ./tests/seahubtests.sh runserver && ./tests/seahubtests.sh test
after_success:
# notify seafile-docs to rebuild if current branch(6.3) is updated
- test $TRAVIS_PULL_REQUEST = "false" && test $TRAVIS_BRANCH = "6.3" && .travis/rebuild-branches.sh
# notify seafile-docs to rebuild if master is updated
- test $TRAVIS_PULL_REQUEST = "false" && test $TRAVIS_BRANCH = "master" && .travis/rebuild-branches.sh
# making dist assets if current branch(master/6.3/6.2) is updated
- test $TRAVIS_PULL_REQUEST = "false" && .travis/dist_and_push.sh