shithub: hugo

Download patch

ref: 969f9311c12a9f54fdd820e038a56ce6fc6ed946
parent: fd5d5735662f916c8cbd8e33e301feb8cce81f63
author: Bjørn Erik Pedersen <[email protected]>
date: Thu Apr 7 09:40:18 EDT 2016

Build Hugo in Travis with race detection enabled

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