seafile-containerized/.travis.yml
2016-11-21 12:56:33 +08:00

16 lines
326 B
YAML

sudo: required
language: python
services:
- docker
install:
# Must put something here, or travis would ask us for requirments.txt
- echo "Nothing to install"
script:
- cd image && make base && make && cd ..
- cp samples/server.conf bootstrap/bootstrap.conf
- sudo ./launcher bootstrap
- sudo ./launcher start