Subtree merged in deps/jansson

This commit is contained in:
jp9000
2013-11-21 16:04:11 -07:00
parent 71890e0365
commit 12790a40b5
327 changed files with 14419 additions and 0 deletions

5
deps/jansson/.travis.yml vendored Normal file
View File

@@ -0,0 +1,5 @@
language: c
compiler:
- gcc
- clang
script: autoreconf -f -i && CFLAGS=-Werror ./configure && make check