Remove race tests from travis, too many false

pull/919/head
Mitchell Hashimoto 12 years ago
parent 42b6f3e1ea
commit d762ef3a3d

@ -7,7 +7,7 @@ go:
install: make deps
script:
- go test ./...
- go test -race ./...
#- go test -race ./...
notifications:
irc:

Loading…
Cancel
Save