Add "-race" test to travis.

This commit is contained in:
klauspost 2015-09-16 12:26:28 +02:00
parent 79fd662676
commit 3219334c3e

View file

@ -9,3 +9,4 @@ go:
script:
- go get ./...
- go test -v ./...
- go test -cpu=2 -race -v ./...