Try to improve MacOS build on Travis

This commit is contained in:
Ian Craggs 2020-01-11 16:05:32 +00:00
parent 0d84ea2c11
commit 6fc9043b40
1 changed files with 2 additions and 2 deletions

View File

@ -16,12 +16,12 @@ fi
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
pwd
brew update
# brew update
# brew install openssl mosquitto
# brew services stop mosquitto
# /usr/local/sbin/mosquitto -c test/tls-testing/mosquitto.conf &
brew upgrade python
# brew upgrade python
git clone https://github.com/eclipse/paho.mqtt.testing.git
cd paho.mqtt.testing/interoperability
python3 startbroker.py -c localhost_testing.conf &