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