blob: dee4eb2cc71a5540dec469a36888f28ae4222386 [file] [log] [blame]
David K. Bainbridgeee02c8e2016-11-09 09:13:46 -08001language: go
2go:
3 - 1.3
4 - 1.4
5 - 1.5
6 - 1.6
7 - tip
8install:
9 - go get -t ./...
10script: GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...