mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
CI/travis/macOS: silence non-error messages from homebrew
Reduces the log size by 11% (1100/9670 lines).
This commit is contained in:
parent
3d2493a3fd
commit
78418e17e9
@ -8,9 +8,9 @@ if [[ "${CI_TARGET}" == lint ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${TRAVIS_OS_NAME}" == osx ]]; then
|
if [[ "${TRAVIS_OS_NAME}" == osx ]]; then
|
||||||
brew update
|
>/dev/null brew update
|
||||||
echo "Upgrade Python 3"
|
echo "Upgrade Python 3"
|
||||||
brew upgrade python
|
>/dev/null brew upgrade python
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo 'python info:'
|
echo 'python info:'
|
||||||
|
Loading…
Reference in New Issue
Block a user