From d41b8ed083a3e529a8a16db513087266e4424a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Mon, 6 Jul 2015 18:32:31 +0200 Subject: [PATCH] travis: update the homebrew db We need to make sure we are asking for the current version of packages, or we might get 404s from the download service. --- script/install-deps-osx.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/install-deps-osx.sh b/script/install-deps-osx.sh index c2e0162d8..a0216e9c8 100755 --- a/script/install-deps-osx.sh +++ b/script/install-deps-osx.sh @@ -2,4 +2,5 @@ set -x +brew update brew install libssh2 cmake