mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
17 lines
325 B
YAML
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
|