From fe02d589272e61f75c9e794afb82641e78dfe8a3 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Sat, 18 Jan 2014 11:22:05 -0700 Subject: [PATCH] Update Travis to also test compiling the docs Docker-DCO-1.1-Signed-off-by: Andrew Page (github: tianon) --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0650c368d2..513fe70c18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,9 +20,11 @@ before_script: git fetch --append --no-tags upstream refs/heads/$upstream:refs/remotes/upstream/$upstream # sometimes we have upstream master already as origin/master (PRs), but other times we don't, so let's just make sure we have a completely unambiguous way to specify "upstream master" from here out # but if it's a PR against non-master, we need that upstream branch instead :) + - sudo pip install -r docs/requirements.txt script: - hack/travis/dco.py - hack/travis/gofmt.py + - make -sC docs SPHINXOPTS=-q docs # man # vim:set sw=2 ts=2: