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

11 lines
88 B
YAML
Raw Normal View History

2020-11-16 08:56:04 +08:00
language: go
go:
- "1.9"
- "1.10"
- "1.11"
- tip
script:
- go test -v ./...