od-database-crawler/.travis.yml
2019-02-22 05:02:30 +01:00

14 lines
267 B
YAML

sudo: required
services:
- docker
script:
- docker build -t terorie/od-database-crawler .
after_success:
- if [[ "$TRAVIS_BRANCH" == "stable" ]]; then
docker login -u terorie -p $DOCKER_PASSWORD ;
docker push terorie/od-database-crawler ;
fi