From 4d5aa4211ad302ff98614289428b425b117e36bb Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 11 Jul 2020 11:42:38 +0200 Subject: [PATCH] ci: silent a bit `brew update` It's quite verbose (and long...) --- tests/ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/install.sh b/tests/ci/install.sh index a8ed1679..580fcfd2 100755 --- a/tests/ci/install.sh +++ b/tests/ci/install.sh @@ -4,7 +4,7 @@ set -e case "$(uname -s)" in Darwin) - brew update + brew update > /dev/null brew bundle --file=- <<-EOS brew "libtool" brew "libxml2" -- 2.47.2