blob: 1e085c0006aca097f12258d88262a085b3a677e1 [file] [log] [blame]
language: go
go:
- 1.7
- 1.8
- tip
install:
- go get -t -v ./...
script:
- go test -v ./...
matrix:
allow_failures:
- go: tip