mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Add --renderToMemory as an additional Travis build step
This commit is contained in:
parent
3b596b85d1
commit
792b2438ed
1 changed files with 1 additions and 0 deletions
|
@ -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 ./...
|
||||
|
|
Loading…
Reference in a new issue