mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 06:33:48 +00:00
[travis] Fix travis script
This commit is contained in:
@@ -33,7 +33,7 @@ before_scipt: true
|
||||
|
||||
# int & start seahub server, run seahub tests
|
||||
script:
|
||||
- .travis/test_seahub_changes.sh && ./tests/seahubtests.sh init && ./tests/seahubtests.sh runserver && ./tests/seahubtests.sh test || 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
|
||||
|
||||
after_success:
|
||||
# notify seafile-docs to rebuild if master is updated
|
||||
|
Reference in New Issue
Block a user