From 4f456c427f8ace0a35f11e2542ca3a78ac6fcf4b Mon Sep 17 00:00:00 2001
From: Joseph Mirabel <jmirabel@laas.fr>
Date: Thu, 14 Nov 2019 15:20:33 +0100
Subject: [PATCH] [CI] Update brew.

---
 travis_custom/custom_before_install_osx.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/travis_custom/custom_before_install_osx.sh b/travis_custom/custom_before_install_osx.sh
index e6015a00..b2d8bb11 100755
--- a/travis_custom/custom_before_install_osx.sh
+++ b/travis_custom/custom_before_install_osx.sh
@@ -1,3 +1,5 @@
+brew update
+
 # Add gepetto tap
 brew tap gepetto/homebrew-gepetto
 
-- 
GitLab