sudo: false
language: go
go:
- 1.5.4
- 1.6.2
- tip
matrix:
allow_failures:
- go: tip
script:
- go test -v ./...
- go build