Add cJSON dep to travis.

pull/1480/head
Roger A. Light 6 years ago
parent 1c6666b63a
commit 493720fa4d

@ -3,12 +3,12 @@
if [ "$TRAVIS_OS_NAME" == "linux" ]; then if [ "$TRAVIS_OS_NAME" == "linux" ]; then
sudo apt-get update -qq 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 fi
if [ "$TRAVIS_OS_NAME" == "osx" ]; then if [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew update brew update
brew install c-ares openssl libwebsockets brew install c-ares cjson openssl libwebsockets
fi fi
sudo pip install paho-mqtt sudo pip install paho-mqtt

Loading…
Cancel
Save