shithub: hugo

Download patch

ref: 792b2438ed103a76ff50a3ea313b1444222d43e1
parent: 3b596b85d1c8de74c212a3402108bfa34014ac21
author: Bjørn Erik Pedersen <[email protected]>
date: Fri Feb 5 16:32:55 EST 2016

Add --renderToMemory as an additional Travis build step

--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,7 @@
   - go test ./...
   - go build
   - ./hugo -s docs/
+  - ./hugo --renderToMemory -s docs/
 install:
   - go get github.com/stretchr/testify
   - go get -v ./...