1
0
mirror of https://github.com/google/uuid.git synced 2024-11-24 08:32:23 +02:00
uuid/.travis.yml
2016-02-09 10:27:59 -08:00

11 lines
88 B
YAML

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