seafile-containerized/.travis.yml

16 lines
316 B
YAML
Raw Normal View History

2016-11-09 03:19:41 +00:00
sudo: required
language: python
2016-11-09 03:19:41 +00:00
services:
- docker
install:
2016-11-09 03:19:41 +00:00
# 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
- ./launcher bootstrap
- ./launcher start