[ovs-dev] [PATCH] travis: Fix OSX build on travis

William Tu u9012063 at gmail.com
Mon Oct 23 16:39:11 UTC 2017


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 at gmail.com>
Cc: Yi-Hung Wei <yihung.wei at gmail.com>
---
 .travis/osx-prepare.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis/osx-prepare.sh b/.travis/osx-prepare.sh
index 25a65e26090a..1f144fb41066 100755
--- a/.travis/osx-prepare.sh
+++ b/.travis/osx-prepare.sh
@@ -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
-- 
2.7.4



More information about the dev mailing list