peridot/vendor/github.com/pborman/uuid/.travis.yml

11 lines
88 B
YAML
Raw Normal View History

2022-07-07 20:11:50 +00:00
language: go
go:
- "1.9"
- "1.10"
- "1.11"
- tip
script:
- go test -v ./...