5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 11:22:31 +00:00
matterbridge/vendor/github.com/pborman/uuid/.travis.yml
2020-08-10 00:29:54 +02:00

11 lines
88 B
YAML

language: go
go:
- "1.9"
- "1.10"
- "1.11"
- tip
script:
- go test -v ./...