blob: adfd4e214507debc3699fbcbf1486ef0b58cd920 [file] [log] [blame]
language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
- tip
script:
- go get -t ./...
- go test ./...