mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
d5a0606c33
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
19 lines
197 B
YAML
19 lines
197 B
YAML
language: go
|
|
|
|
script:
|
|
- go test -race -v ./...
|
|
|
|
go:
|
|
- 1.4
|
|
- 1.5
|
|
- 1.6
|
|
- tip
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
|
|
install:
|
|
- go get gopkg.in/fsnotify.v1
|
|
- go get gopkg.in/tomb.v1
|