1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2024-12-29 16:30:19 +00:00
ceph-csi/vendor/github.com/modern-go/concurrent/.travis.yml
2018-12-19 15:29:25 +01:00

15 lines
159 B
YAML

language: go
go:
- 1.8.x
- 1.x
before_install:
- go get -t -v ./...
script:
- ./test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)