Added more steps in travis ci.

This commit is contained in:
Shuai Lin 2016-11-21 13:09:25 +08:00
parent e7871f5ede
commit 91b07750ee

View file

@ -12,4 +12,7 @@ script:
- cd image && make base && make && cd .. - cd image && make base && make && cd ..
- cp samples/server.conf bootstrap/bootstrap.conf - cp samples/server.conf bootstrap/bootstrap.conf
- sudo ./launcher bootstrap - sudo ./launcher bootstrap
- sudo ./launcher start - sudo ./launcher start && sleep 10
- sudo ./launcher stop --skip-prereqs
- sudo ./launcher start --docker-args="-h seafile-server" && sleep 10
- sudo ./launcher restart