api/vendor/github.com/hashicorp/go-uuid/.travis.yml

13 lines
112 B
YAML

language: go
sudo: false
go:
- 1.4
- 1.5
- 1.6
- tip
script:
- go test -bench . -benchmem -v ./...