seafile-containerized/.travis.yml
2016-12-21 15:53:07 +08:00

14 lines
239 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
- [[ $TRAVIS_TAG == "" ]] || ci/publish-image.sh