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:
@@ -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
|
||||
|
Reference in New Issue
Block a user