1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

Update .travis.yml

This commit is contained in:
zhengxie
2018-12-06 11:37:22 +08:00
parent 133542b92b
commit 2e69d11098

View File

@@ -15,7 +15,7 @@ env:
# install & start seafile-server CE v6.3, install phantomjs & nginx # install & start seafile-server CE v6.3, install phantomjs & nginx
before_install: before_install:
# build/init/start ccnet-server/seafile-server # build/init/start ccnet-server/seafile-server
- git clone --depth=1 --branch=6.3 git://github.com/haiwen/seafile-test-deploy /tmp/seafile-test-deploy - git clone --depth=1 --branch=master git://github.com/haiwen/seafile-test-deploy /tmp/seafile-test-deploy
- cd /tmp/seafile-test-deploy && ./bootstrap.sh && cd - - cd /tmp/seafile-test-deploy && ./bootstrap.sh && cd -
# install phantomjs # install phantomjs
- ./tests/install-deps.sh - ./tests/install-deps.sh