seafile-containerized/.travis.yml

14 lines
239 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:
2016-11-25 07:48:46 +00:00
- ci/ci.sh
2016-12-21 07:53:07 +00:00
- [[ $TRAVIS_TAG == "" ]] || ci/publish-image.sh