all repos — grayfriday @ 5a12bbca53717df2e2a1eb50e4b54f7cf576b655

blackfriday fork with a few changes

Drop race detector from Travis builds (#474)

We do not have a single go statement in Blackfriday code, -race does
nothing for us, but burn CPU cycles (and it hurts because we're hitting
timeouts on full test runs).
Vytautas Ĺ altenis vytas@rtfb.lt
Sun, 19 Aug 2018 14:08:23 +0300
commit

5a12bbca53717df2e2a1eb50e4b54f7cf576b655

parent

0e0e3095cb287f44f2aa15e43540194f14b0385a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M .travis.yml.travis.yml

@@ -14,4 +14,4 @@ script:

- go get -t -v ./... - diff -u <(echo -n) <(gofmt -d -s .) - go tool vet . - - go test -v -race ./... + - go test -v ./...