Don't update homebrew in travis, it takes an age otherwise.

This commit is contained in:
Roger A. Light 2020-12-04 23:23:58 +00:00
parent 791c63372b
commit 699654b999

View File

@ -10,8 +10,7 @@ if [ "$TRAVIS_OS_NAME" == "linux" ]; then
fi
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
#brew update
brew install c-ares cjson openssl libwebsockets
HOMEBREW_NO_AUTO_UPDATE=1 brew install c-ares cjson openssl libwebsockets
fi
sudo pip install paho-mqtt