seafile-containerized/.travis.yml
2016-11-12 11:28:49 +08:00

17 lines
325 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-sqlite3.conf bootstrap/bootstrap.conf
- ./launcher bootstrap
- ./launcher start