diff mbox

[ovs-dev] travis: Install python-sphinx

Message ID 20170104164640.18493-1-stephen@that.guru
State Accepted
Headers show

Commit Message

Stephen Finucane Jan. 4, 2017, 4:46 p.m. UTC
This will ensure the recently added 'check-docs' target will get run as
part of Travis.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Cc: Ben Pfaff <blp@ovn.org>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

Comments

Ben Pfaff Jan. 4, 2017, 4:59 p.m. UTC | #1
On Wed, Jan 04, 2017 at 04:46:40PM +0000, Stephen Finucane wrote:
> This will ensure the recently added 'check-docs' target will get run as
> part of Travis.
> 
> Signed-off-by: Stephen Finucane <stephen@that.guru>
> Cc: Ben Pfaff <blp@ovn.org>

Applied to master, thanks!
diff mbox

Patch

diff --git a/.travis.yml b/.travis.yml
index 90fc699..d071e21 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,7 @@  addons:
       - llvm-dev
       - libjemalloc1
       - libjemalloc-dev
+      - python-sphinx
 
 before_install: ./.travis/${TRAVIS_OS_NAME}-prepare.sh