Re: [ovs-dev] [PATCH] travis: Fix build on Travis by installing new-enough docutils.

2017-03-20 Thread Ben Pfaff
On Mon, Mar 20, 2017 at 02:38:08PM -0400, Lance Richardson wrote: > > From: "Ben Pfaff" > > To: d...@openvswitch.org > > Cc: "Ilya Maximets" , "Ben Pfaff" > > Sent: Monday, March 20, 2017 2:31:22 PM > > Subject: [ovs-dev] [PATCH] trav

Re: [ovs-dev] [PATCH] travis: Fix build on Travis by installing new-enough docutils.

2017-03-20 Thread Lance Richardson
> From: "Ben Pfaff" > To: d...@openvswitch.org > Cc: "Ilya Maximets" , "Ben Pfaff" > Sent: Monday, March 20, 2017 2:31:22 PM > Subject: [ovs-dev] [PATCH] travis: Fix build on Travis by installing > new-enough docutils. > > This yields

[ovs-dev] [PATCH] travis: Fix build on Travis by installing new-enough docutils.

2017-03-20 Thread Ben Pfaff
This yields a clean build: https://travis-ci.org/blp/ovs-reviews/builds/213085784 Suggested-by: Ilya Maximets Signed-off-by: Ben Pfaff --- .travis/linux-prepare.sh | 1 + .travis/osx-prepare.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis/linux-prepare.sh b/.travis/linux-prep