Skip godep restore int travis

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

View File

@ -5,5 +5,8 @@ go_import_path: k8s.io/client-go
go:
- 1.12.1
install:
- echo "Skip godeps"
script:
- GO111MODULE=on go build ./...