travis: regress on failure to produce docs

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2016-06-01 13:30:32 -04:00
parent 3b166cd0c2
commit a118c18db3
1 changed files with 6 additions and 2 deletions

View File

@ -3,10 +3,14 @@ go:
- 1.6 - 1.6
- 1.5.3 - 1.5.3
sudo: false sudo: required
services:
- docker
before_install: before_install:
- make install.tools - make install.tools
- docker pull vbatts/pandoc
install: true install: true
@ -14,4 +18,4 @@ script:
- make .govet - make .govet
- make .golint - make .golint
- make .gitvalidation - make .gitvalidation
- make docs