blob: c47175eb4dc3b150feabd97ac3df184d3beae5e5 [file] [log] [blame]
language: go
sudo: false
go:
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- tip
matrix:
allow_failures:
- go: tip
script:
- go vet ./...
- go test -v ./...