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