mirror of
https://github.com/terorie/od-database-crawler.git
synced 2025-04-10 05:56:42 +00:00
Restore .travis.yml
Now handling auto-build over Docker Hub directly
This commit is contained in:
parent
e4d04e6a5f
commit
c2acd5463f
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user