Merge pull request #479 from vbatts/CI_for_docs

travis: regress on failure to produce docs
This commit is contained in:
Mrunal Patel 2016-06-02 08:36:56 -07:00
commit 91c8ddc306
1 changed files with 6 additions and 2 deletions

View File

@ -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