Merge branch 'master' of github.com:MISP/misp-warninglists

pull/10/head
Alexandre Dulaunoy 2016-09-04 19:34:42 +02:00
commit 2cc7308472
1 changed files with 3 additions and 8 deletions

View File

@ -5,13 +5,8 @@ sudo: required
dist: trusty
install:
- git clone https://github.com/stedolan/jq.git
- pushd jq
- autoreconf -i
- ./configure --disable-maintainer-mode
- make
- sudo make install
- popd
- sudo apt-get update -qq
- sudo apt-get install -y -qq jq
script:
- cat */*/*.json | jq . 2&>/dev/null
- cat */*/*.json | jq . >/dev/null