From 38c688ffeb69feb2483258d08b7bf82a4de0b3b7 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 20 Jan 2014 11:29:24 -0700 Subject: [PATCH] Update Travis to also compile the man page(s) now that they compile properly again Docker-DCO-1.1-Signed-off-by: Andrew Page (github: tianon) Upstream-commit: 274863f221b55f2eb60fde7457e30998438a3f72 Component: engine --- components/engine/.travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/.travis.yml b/components/engine/.travis.yml index 513fe70c18..8a43d9a462 100644 --- a/components/engine/.travis.yml +++ b/components/engine/.travis.yml @@ -25,6 +25,6 @@ before_script: script: - hack/travis/dco.py - hack/travis/gofmt.py - - make -sC docs SPHINXOPTS=-q docs # man + - make -sC docs SPHINXOPTS=-q docs man # vim:set sw=2 ts=2: