blob: abd0c9c94b3eb28f1b318cb3e15f6a044232c599 [file] [log] [blame]
language: go
go:
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- tip
install:
- go get -t $(go list ./... | grep -v /examples/)
script:
- GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v $(go list ./... | grep -v /examples/)