1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Make update silent for travis

This commit is contained in:
RowenStipe 2016-03-22 14:06:18 -04:00
parent ac72a12eb3
commit bfe730241b

View File

@ -97,7 +97,7 @@ function install() {
fi
fcho "Updating brew formulas ..."
if [[ $TRAVIS = true ]]; then
brew update -v
brew update > /dev/null
else
brew update
fi