Commit 4a3b7b46 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Make travis run data race tests

parent c2451e9f
...@@ -5,7 +5,9 @@ go: ...@@ -5,7 +5,9 @@ go:
- tip - tip
install: make deps install: make deps
script: make test script:
- go test ./...
- go test -race ./...
notifications: notifications:
flowdock: flowdock:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment