mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
vendor files
This commit is contained in:
19
vendor/github.com/kubernetes-csi/drivers/.travis.yml
generated
vendored
Normal file
19
vendor/github.com/kubernetes-csi/drivers/.travis.yml
generated
vendored
Normal 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
|
Reference in New Issue
Block a user