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

11 lines
88 B
YAML
Raw Normal View History

language: go
go:
2020-08-10 00:29:54 +02:00
- "1.9"
- "1.10"
- "1.11"
- tip
script:
- go test -v ./...