travis: regress on failure to produce docs
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
3b166cd0c2
commit
a118c18db3
|
@ -3,10 +3,14 @@ go:
|
|||
- 1.6
|
||||
- 1.5.3
|
||||
|
||||
sudo: false
|
||||
sudo: required
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
before_install:
|
||||
- make install.tools
|
||||
- docker pull vbatts/pandoc
|
||||
|
||||
install: true
|
||||
|
||||
|
@ -14,4 +18,4 @@ script:
|
|||
- make .govet
|
||||
- make .golint
|
||||
- make .gitvalidation
|
||||
|
||||
- make docs
|
||||
|
|
Loading…
Reference in New Issue