Make travis run data race tests

pull/322/head
Mitchell Hashimoto 13 years ago
parent 77dd02c332
commit aa383885c5

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

Loading…
Cancel
Save