1
0
mirror of https://github.com/google/uuid.git synced 2024-11-24 08:32:23 +02:00
uuid/.travis.yml
2016-11-28 11:12:14 -08:00

10 lines
76 B
YAML

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