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