summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Tu <u9012063@gmail.com>2017-10-23 09:39:11 -0700
committerGurucharan Shetty <guru@ovn.org>2017-10-23 02:07:18 -0700
commit1fdf0f4b847c3d607c77e2f581d9fb8461e81087 (patch)
tree21bb201830710fa4150a6a135424777104cd7b24
parent3a32d0ae17f10ee6533a47c7d96fb5cb3f43b677 (diff)
downloadopenvswitch-1fdf0f4b847c3d607c77e2f581d9fb8461e81087.tar.gz
travis: Fix OSX build on travis
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>
-rwxr-xr-x.travis/osx-prepare.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/osx-prepare.sh b/.travis/osx-prepare.sh
index 25a65e260..1f144fb41 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