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

11 lines
88 B
YAML
Raw Normal View History

2019-08-30 18:33:25 +00:00
language: go
go:
2019-09-05 18:55:53 +00:00
- "1.9"
- "1.10"
- "1.11"
2019-08-30 18:33:25 +00:00
- tip
script:
- go test -v ./...