From aa383885c57e5c073d8673a1182fa7bd86c30d1b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 21 Aug 2013 11:06:01 -0700 Subject: [PATCH] Make travis run data race tests --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5024dc725..f88dcb97c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,9 @@ go: - tip install: make deps -script: make test +script: + - go test ./... + - go test -race ./... notifications: flowdock: