Add race detection on Travis CI
This commit is contained in:
parent
089d8456a7
commit
44f3947385
|
@ -1,7 +1,7 @@
|
|||
language: go
|
||||
|
||||
script:
|
||||
- go test -v ./...
|
||||
- go test -race -v ./...
|
||||
|
||||
go:
|
||||
- 1.3.3
|
||||
|
|
Loading…
Reference in New Issue