1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-02-24 10:59:30 +00:00
ceph-csi/vendor/github.com/grpc-ecosystem/go-grpc-middleware/.travis.yml

16 lines
171 B
YAML
Raw Normal View History

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)