Merge pull request #279 from zryfish/change_travis

change dockerhub address
This commit is contained in:
zryfish
2019-01-21 20:13:08 +08:00
committed by GitHub

View File

@@ -3,6 +3,9 @@ services:
language: go
git:
depth: false
go:
- 1.10
@@ -20,6 +23,7 @@ script:
- make fmt-check && make build
deploy:
skip_cleanup: true
provider: script
script: bash install/scripts/docker_push
on: