clair/vendor/github.com/pborman/uuid/.travis.yml
2017-05-05 11:46:41 -04:00

11 lines
88 B
YAML

language: go
go:
- 1.4.3
- 1.5.3
- release
- tip
script:
- go test -v ./...