add csi-test to vendor
This commit is contained in:
14
vendor/github.com/golang/mock/.travis.yml
generated
vendored
Normal file
14
vendor/github.com/golang/mock/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
- 1.10.x
|
||||
|
||||
script:
|
||||
- go build ./...
|
||||
- go install github.com/golang/mock/mockgen
|
||||
- ./ci/check_go_fmt.sh
|
||||
- ./ci/check_go_generate.sh
|
||||
- go test -v ./...
|
Reference in New Issue
Block a user