mirror of
https://github.com/kubernetes/client-go.git
synced 2025-08-30 21:51:14 +00:00
Skip godep restore int travis
This commit is contained in:
parent
617d24211c
commit
a3ddca5b74
@ -5,5 +5,8 @@ go_import_path: k8s.io/client-go
|
||||
go:
|
||||
- 1.12.1
|
||||
|
||||
install:
|
||||
- echo "Skip godeps"
|
||||
|
||||
script:
|
||||
- GO111MODULE=on go build ./...
|
||||
|
Loading…
Reference in New Issue
Block a user