mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-29 23:02:19 -05:00
parent
e6d97c4fca
commit
05a33e314e
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ script:
|
||||||
- go build -race
|
- go build -race
|
||||||
- ./hugo -s docs/
|
- ./hugo -s docs/
|
||||||
- ./hugo --renderToMemory -s docs/
|
- ./hugo --renderToMemory -s docs/
|
||||||
|
before_install:
|
||||||
|
- gem install asciidoctor
|
||||||
install:
|
install:
|
||||||
- go get github.com/stretchr/testify
|
- go get github.com/stretchr/testify
|
||||||
- go get -v ./...
|
- go get -v ./...
|
||||||
|
|
Loading…
Reference in a new issue