bench-forgejo/vendor/github.com/google/uuid/.travis.yml
Lunny Xiao 1dd3f19ee3
Use google/uuid to instead satori/go.uuid (#11943)
Co-authored-by: Lauris BH <lauris@nix.lv>
2020-06-18 17:18:44 +08:00

10 lines
76 B
YAML
Vendored

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