diff --git a/.travis.yml b/.travis.yml index 310df39d9..ca6637edf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 ./...