language: go
go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.x
matrix:
allow_failures:
- go: master
fast_finish: true
script:
- go test -v ./...