From ad897734ea1bbbb1cb7cc6947f2fef8a557253cd Mon Sep 17 00:00:00 2001 From: lian Date: Thu, 25 Jul 2019 16:08:51 +0800 Subject: [PATCH] update travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 56c7b705be..6b3769af2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_install: # npm token to fetch private repos - echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > ~/.npmrc # build/init/start ccnet-server/seafile-server - - git clone --depth=1 --branch=master git://github.com/haiwen/seafile-test-deploy /tmp/seafile-test-deploy + - git clone --depth=1 --branch=7.0 git://github.com/haiwen/seafile-test-deploy /tmp/seafile-test-deploy - cd /tmp/seafile-test-deploy && ./bootstrap.sh && cd - # install nginx