seafile-containerized/.travis.yml
Shuai Lin d8561eb442 Drop sqlite3 support.
Using mysql is much better in general. And now that we're using docker,
setting up with mysql is as easy as setting up with sqlite3.
2016-11-14 20:21:05 +08:00

16 lines
316 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
- ./launcher bootstrap
- ./launcher start