mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
Add --renderToMemory as an additional Travis build step
This commit is contained in:
@@ -14,6 +14,7 @@ script:
|
|||||||
- go test ./...
|
- go test ./...
|
||||||
- go build
|
- go build
|
||||||
- ./hugo -s docs/
|
- ./hugo -s docs/
|
||||||
|
- ./hugo --renderToMemory -s docs/
|
||||||
install:
|
install:
|
||||||
- go get github.com/stretchr/testify
|
- go get github.com/stretchr/testify
|
||||||
- go get -v ./...
|
- go get -v ./...
|
||||||
|
Reference in New Issue
Block a user