Merge pull request #582 from kubernetes/sttts-travis-go-mod

Update .travis.yml for go.mod
This commit is contained in:
Kubernetes Prow Robot
2019-04-04 02:04:52 -07:00
committed by GitHub

View File

@@ -3,7 +3,10 @@ language: go
go_import_path: k8s.io/client-go
go:
- 1.11.2
- 1.12.1
install:
- echo "Skip godeps"
script:
- go build ./...
- GO111MODULE=on go build ./...