mirror of
https://github.com/neovim/neovim.git
synced 2025-11-22 10:06:33 +00:00
CI/travis/macOS: silence non-error messages from homebrew
Reduces the log size by 11% (1100/9670 lines).
This commit is contained in:
@@ -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:'
|
||||||
|
|||||||
Reference in New Issue
Block a user