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
|
install: make deps
|
||||||
script:
|
script:
|
||||||
- go test ./...
|
- go test ./...
|
||||||
- go test -race ./...
|
#- go test -race ./...
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
|
|
Loading…
Reference in New Issue