mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
9 lines
82 B
YAML
9 lines
82 B
YAML
|
language: go
|
||
|
go:
|
||
|
- "1.9"
|
||
|
- "1.10"
|
||
|
- "1.11"
|
||
|
script:
|
||
|
- go test
|
||
|
- go build
|