ceph-csi/vendor/github.com/pborman/uuid/.travis.yml

11 lines
88 B
YAML
Raw Normal View History

2018-01-09 18:57:14 +00:00
language: go
go:
2018-11-26 18:23:56 +00:00
- "1.9"
- "1.10"
- "1.11"
2018-01-09 18:57:14 +00:00
- tip
script:
- go test -v ./...