Add --renderToMemory as an additional Travis build step

This commit is contained in:
Bjørn Erik Pedersen 2016-02-05 21:32:55 +01:00
parent 3b596b85d1
commit 792b2438ed

View file

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