From 5ed757d89e410ab0eb7e32573a455d2fbb187ae9 Mon Sep 17 00:00:00 2001 From: Ian Craggs Date: Wed, 21 Mar 2018 09:24:48 +0000 Subject: [PATCH] Getting Travis build working for MQTT 5.0 --- travis-build.sh | 2 +- travis-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/travis-build.sh b/travis-build.sh index 5356f8ba..06d13fd4 100755 --- a/travis-build.sh +++ b/travis-build.sh @@ -11,5 +11,5 @@ make python ../test/mqttsas2.py & ctest -VV --timeout 600 kill %1 -killall mosquitto +#killall mosquitto diff --git a/travis-install.sh b/travis-install.sh index 17e69555..440b1da8 100755 --- a/travis-install.sh +++ b/travis-install.sh @@ -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 &