language: go
go:
- 1.6
- 1.7
- tip
matrix:
allow_failures:
- go: tip
install:
- go get ./...
script:
- go install .