mirror of
https://github.com/terorie/od-database-crawler.git
synced 2025-12-10 22:18:55 +00:00
Restore .travis.yml
Now handling auto-build over Docker Hub directly
This commit is contained in:
16
.travis.yml
16
.travis.yml
@@ -1,13 +1,5 @@
|
||||
sudo: required
|
||||
language: go
|
||||
|
||||
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
|
||||
go:
|
||||
- "1.11.x"
|
||||
- master
|
||||
|
||||
Reference in New Issue
Block a user