1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-05-10 00:47:19 +00:00

update travis: travis_wait 30

This commit is contained in:
lian 2019-08-21 11:08:19 +08:00
parent ed16dfb107
commit 70ebffb93c

View File

@ -37,7 +37,7 @@ script:
after_success:
# making dist assets if current branch(master/7.0) is updated
- test $TRAVIS_PULL_REQUEST = "false" && .travis/dist_and_push.sh
- travis_wait 30 test $TRAVIS_PULL_REQUEST = "false" && .travis/dist_and_push.sh
after_failure: true