Add json-c to travis.

This commit is contained in:
Auke Kok
2019-10-03 14:04:18 -07:00
parent 31205d7f16
commit 71e0fc6cca

View File

@@ -16,6 +16,7 @@ addons:
- valgrind
- autoconf
- automake
- libjson-c-dev
script:
- ./configure && make && make distcheck