Add Asciidoctor to Travis

Fixes #2250
This commit is contained in:
Bjørn Erik Pedersen
2016-07-04 11:06:18 +02:00
parent e6d97c4fca
commit 05a33e314e

View File

@@ -15,6 +15,8 @@ script:
- go build -race
- ./hugo -s docs/
- ./hugo --renderToMemory -s docs/
before_install:
- gem install asciidoctor
install:
- go get github.com/stretchr/testify
- go get -v ./...