blob: c62e25f5a5b4f8d22220b97448c7a8e5695fc180 [file] [log] [blame]
language: go
go:
- 1.3
- 1.4
- 1.5
- tip
script:
- go test -v .
- go test -v -race .