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

pull/1959/head
Roger A. Light 5 years ago
parent 791c63372b
commit 699654b999

@ -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

Loading…
Cancel
Save