blob: a60d5355f129c3a5b6479150f2c910be83ea0c83 [file] [log] [blame]
language: go
sudo: false
go:
- 1.5.x
- 1.11.x
- tip
matrix:
allow_failures:
- go: tip
script:
- go vet ./...
- go test -v ./...