From: Bjørn Erik Pedersen Date: Thu, 7 Apr 2016 11:40:18 +0000 (+0200) Subject: Build Hugo in Travis with race detection enabled X-Git-Tag: v0.16~120 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=969f9311;p=brevno-suite%2Fhugo Build Hugo in Travis with race detection enabled --- diff --git a/.travis.yml b/.travis.yml index 19cfb4e7..fc834b60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ matrix: - go: tip script: - make check - - go build + - go build -race - ./hugo -s docs/ - ./hugo --renderToMemory -s docs/ install: