vikunja-api/vendor/github.com/hashicorp/go-uuid/.travis.yml
2020-05-29 17:47:28 +00:00

12 lines
112 B
YAML

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