1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-03-20 14:01:06 +00:00

Build Hugo in Travis with race detection enabled

This commit is contained in:
Bjørn Erik Pedersen 2016-04-07 13:40:18 +02:00
parent fd5d573566
commit 969f9311c1

View file

@ -12,7 +12,7 @@ matrix:
- go: tip
script:
- make check
- go build
- go build -race
- ./hugo -s docs/
- ./hugo --renderToMemory -s docs/
install: