Skip to content

Commit

Permalink
travis: Fix OSX build on travis
Browse files Browse the repository at this point in the history
Run "brew update" before any installs.
This yields a clean build:
	https://travis-ci.org/williamtu/ovs-travis/builds/291616874

Signed-off-by: William Tu <u9012063@gmail.com>
Acked-by: Yi-Hung Wei <yihung.wei@gmail.com>
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
  • Loading branch information
williamtu authored and blp committed Nov 1, 2017
1 parent 7fa0eac commit 990ab7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis/osx-prepare.sh
Expand Up @@ -3,4 +3,5 @@ set -ev
pip install --user six
pip install --user --upgrade docutils

brew update || true
brew uninstall libtool && brew install libtool || true

0 comments on commit 990ab7c

Please sign in to comment.