1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-01-01 09:45:33 +00:00
ceph-csi/vendor/github.com/emicklei/go-restful/v3/.travis.yml

13 lines
189 B
YAML
Raw Normal View History

language: go
go:
- 1.x
before_install:
- go test -v
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)