Update .travis.yml for go.mod

This commit is contained in:
Dr. Stefan Schimanski 2019-04-04 10:49:03 +02:00 committed by GitHub
parent 2a3e58aa70
commit 617d24211c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ language: go
go_import_path: k8s.io/client-go go_import_path: k8s.io/client-go
go: go:
- 1.11.2 - 1.12.1
script: script:
- go build ./... - GO111MODULE=on go build ./...