CI/travis/macOS: silence non-error messages from homebrew

Reduces the log size by 11% (1100/9670 lines).
This commit is contained in:
Justin M. Keyes 2018-10-08 07:13:05 +02:00
parent 3d2493a3fd
commit 78418e17e9
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ if [[ "${CI_TARGET}" == lint ]]; then
fi
if [[ "${TRAVIS_OS_NAME}" == osx ]]; then
brew update
>/dev/null brew update
echo "Upgrade Python 3"
brew upgrade python
>/dev/null brew upgrade python
fi
echo 'python info:'