Skip to content

Commit

Permalink
Add cJSON dep to travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Oct 15, 2019
1 parent 1c6666b commit 493720f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 493720f

Please sign in to comment.