blob: dee4eb2cc71a5540dec469a36888f28ae4222386 [file] [log] [blame]
language: go
go:
- 1.3
- 1.4
- 1.5
- 1.6
- tip
install:
- go get -t ./...
script: GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...