Update Travis to also compile the man page(s) now that they compile properly again

Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
Upstream-commit: 274863f221b55f2eb60fde7457e30998438a3f72
Component: engine
This commit is contained in:
Tianon Gravi
2014-01-20 11:29:24 -07:00
parent cafba118e5
commit 38c688ffeb

View File

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