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:
parent
ac72a12eb3
commit
bfe730241b
|
@ -97,7 +97,7 @@ function install() {
|
||||||
fi
|
fi
|
||||||
fcho "Updating brew formulas ..."
|
fcho "Updating brew formulas ..."
|
||||||
if [[ $TRAVIS = true ]]; then
|
if [[ $TRAVIS = true ]]; then
|
||||||
brew update -v
|
brew update > /dev/null
|
||||||
else
|
else
|
||||||
brew update
|
brew update
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user