vendor files

This commit is contained in:
Serguei Bezverkhi
2018-01-09 13:57:14 -05:00
parent 558bc6c02a
commit 7b24313bd6
16547 changed files with 4527373 additions and 0 deletions

19
vendor/github.com/kubernetes-csi/drivers/.travis.yml generated vendored Normal file
View File

@ -0,0 +1,19 @@
# Setting "sudo" to false forces Travis-CI to use its
# container-based build infrastructure, which has shorter
# queue times.
sudo: false
# Use the newer Travis-CI build templates based on the
# Debian Linux distribution "Trusty" release.
dist: trusty
# Select Go as the language used to run the build.
language: go
go: 1.9.x
go_import_path: github.com/kubernetes-csi/drivers
install:
- make
script:
- go test -v github.com/kubernetes-csi/drivers/... -cover