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

update travis

This commit is contained in:
lian
2019-06-27 18:47:13 +08:00
parent 86e4e2d549
commit 0b7a3be295

View File

@@ -32,8 +32,8 @@ install:
before_scipt: true
# int & start seahub server, run seahub tests
script: true
# - .travis/test_seahub_changes.sh; rc=$?; if [[ $rc == 0 ]]; then ./tests/seahubtests.sh init && ./tests/seahubtests.sh runserver && ./tests/seahubtests.sh test; else true; fi
script:
- .travis/test_seahub_changes.sh; rc=$?; if [[ $rc == 0 ]]; then ./tests/seahubtests.sh init && ./tests/seahubtests.sh runserver && ./tests/seahubtests.sh test; else true; fi
after_success:
# making dist assets if current branch(master/7.0) is updated