From d762ef3a3d81b8151d87707f8bcb43c8e9a0f5f4 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 21 Feb 2014 20:10:28 -0800 Subject: [PATCH] Remove race tests from travis, too many false --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f015fcfe6..1a81bef54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ go: install: make deps script: - go test ./... - - go test -race ./... + #- go test -race ./... notifications: irc: