Add Docutils to Travis

Fixes #2255
Closes #2254
This commit is contained in:
Bjørn Erik Pedersen 2016-07-04 11:19:48 +02:00
parent 05a33e314e
commit 770df77b22

View file

@ -1,5 +1,5 @@
language: go
sudo: false
sudo: required
go:
- 1.5.4
- 1.6.2
@ -17,6 +17,7 @@ script:
- ./hugo --renderToMemory -s docs/
before_install:
- gem install asciidoctor
- sudo pip install docutils
install:
- go get github.com/stretchr/testify
- go get -v ./...