blob: 46d5247d76f934a47dda7e3b103826b6780ea53d [file] [log] [blame]
language: go
go:
- 1.5.4
- 1.6.3
- 1.7
- tip
os:
- linux
- osx
matrix:
allow_failures:
- go: tip
fast_finish: true
script:
- go test -v ./...
sudo: false