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