blob: c2b5c8de0eb61462db664364e75ad4d6ed2dcc69 [file] [log] [blame]
language: go
sudo: false
go:
- 1.1.2
- 1.2.2
- 1.3.3
- 1.4.2
- 1.5.1
- tip
matrix:
allow_failures:
- go: tip
script:
- go vet ./...
- go test -v ./...