mirror of
https://github.com/kubernetes/client-go.git
synced 2025-08-09 11:17:32 +00:00
Merge pull request #582 from kubernetes/sttts-travis-go-mod
Update .travis.yml for go.mod
This commit is contained in:
commit
2d3d91e38e
@ -3,7 +3,10 @@ language: go
|
|||||||
go_import_path: k8s.io/client-go
|
go_import_path: k8s.io/client-go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.11.2
|
- 1.12.1
|
||||||
|
|
||||||
|
install:
|
||||||
|
- echo "Skip godeps"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go build ./...
|
- GO111MODULE=on go build ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user