status-go/vendor/github.com/pborman/uuid/.travis.yml

11 lines
88 B
YAML
Raw Normal View History

2019-06-09 07:24:20 +00:00
language: go
go:
- "1.9"
- "1.10"
- "1.11"
2019-06-09 07:24:20 +00:00
- tip
script:
- go test -v ./...