diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2015-07-06 18:32:31 +0200 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2015-07-06 18:32:31 +0200 |
commit | d41b8ed083a3e529a8a16db513087266e4424a63 (patch) | |
tree | a60db89de734ed5a25c0c574f7642e910d674de6 | |
parent | 159061a8ce206b694448313a84387600408f6029 (diff) | |
download | libgit2-d41b8ed083a3e529a8a16db513087266e4424a63.tar.gz |
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.
-rwxr-xr-x | script/install-deps-osx.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |