Files
mostlymatter/vendor/github.com/pborman/uuid/.travis.yml
2018-09-28 12:40:17 -07:00

11 строки
88 B
YAML

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