Add race detection on Travis CI

This commit is contained in:
miraclesu 2016-01-05 10:07:56 +08:00
parent 089d8456a7
commit 44f3947385
1 changed files with 1 additions and 1 deletions

View File

@ -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