blob: b2c806d577e1816ca0a2ee3c0295d66d187bc866 [file] [log] [blame]
language: go
go:
- 1.8.x
- 1.9.x
- 1.10.x
- master
matrix:
fast_finish: true
allow_failures:
- go: master
sudo: false
script:
- go test -v -cpu=2
- go test -v -cpu=2 -race