mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
d5a0606c33
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
16 lines
171 B
YAML
16 lines
171 B
YAML
sudo: false
|
|
language: go
|
|
go:
|
|
- 1.11.x
|
|
- 1.12.x
|
|
|
|
env:
|
|
global:
|
|
- GO111MODULE=on
|
|
|
|
script:
|
|
- make test
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|