From a118c18db3aac0b9891985c3a932fd18c29f69b3 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 1 Jun 2016 13:30:32 -0400 Subject: [PATCH] travis: regress on failure to produce docs Signed-off-by: Vincent Batts --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8334b927..707efcfd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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