Getting Travis build working for MQTT 5.0

This commit is contained in:
Ian Craggs 2018-03-21 09:24:48 +00:00
parent 8c812eb527
commit 5ed757d89e
2 changed files with 2 additions and 2 deletions

View File

@ -11,5 +11,5 @@ make
python ../test/mqttsas2.py &
ctest -VV --timeout 600
kill %1
killall mosquitto
#killall mosquitto

View File

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