mirror of
https://github.com/terorie/od-database-crawler.git
synced 2025-12-12 14:58:51 +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:
|
go:
|
||||||
- docker
|
- "1.11.x"
|
||||||
|
- master
|
||||||
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user