language: go
sudo: false
go:
- 1.3
- 1.4
- 1.5
- tip
script:
- go test -v -cpu=1,2,4 .
- go test -v -cpu=2 -race -short .