From 493720fa4d535bc478b345705ba0fe07a20d7c5d Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Tue, 15 Oct 2019 15:56:11 +0100 Subject: [PATCH] Add cJSON dep to travis. --- travis-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/travis-install.sh b/travis-install.sh index 4c8fbb89..070b21d6 100755 --- a/travis-install.sh +++ b/travis-install.sh @@ -3,12 +3,12 @@ if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update -qq - sudo apt-get install -y debhelper libc-ares-dev libssl-dev libwrap0-dev python-all python3-all uthash-dev xsltproc docbook-xsl libcunit1-dev + sudo apt-get install -y debhelper libc-ares-dev libssl-dev libwrap0-dev python-all python3-all uthash-dev xsltproc docbook-xsl libcunit1-dev libcjson-dev fi if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update - brew install c-ares openssl libwebsockets + brew install c-ares cjson openssl libwebsockets fi sudo pip install paho-mqtt