mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 08:16:07 +00:00
update travis
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user