Remove race tests from travis, too many false
This commit is contained in:
parent
42b6f3e1ea
commit
d762ef3a3d
|
@ -7,7 +7,7 @@ go:
|
|||
install: make deps
|
||||
script:
|
||||
- go test ./...
|
||||
- go test -race ./...
|
||||
#- go test -race ./...
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
|
|
Loading…
Reference in New Issue