Make travis run data race tests

This commit is contained in:
Mitchell Hashimoto 2013-08-21 11:06:01 -07:00
parent c2451e9f49
commit 4a3b7b46b0
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@ go:
- tip
install: make deps
script: make test
script:
- go test ./...
- go test -race ./...
notifications:
flowdock: