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 dist: trusty
install: install:
- git clone https://github.com/stedolan/jq.git - sudo apt-get update -qq
- pushd jq - sudo apt-get install -y -qq jq
- autoreconf -i
- ./configure --disable-maintainer-mode
- make
- sudo make install
- popd
script: script:
- cat */*/*.json | jq . 2&>/dev/null - cat */*/*.json | jq . >/dev/null