travis: install jansson pkg

This commit is contained in:
Jeff Garzik 2019-01-04 23:19:32 -05:00
parent 0a18c5ef1a
commit d6090d0829

View File

@ -25,6 +25,7 @@ addons:
packages: packages:
- pkg-config - pkg-config
- lcov - lcov
- libjansson-dev
before_install: before_install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi