misp-warninglists/.travis.yml

18 lines
281 B
YAML
Raw Normal View History

2016-06-24 10:55:51 +02:00
language: bash
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
script:
2016-08-05 16:04:47 +02:00
- cat */*/*.json | jq . 2&>/dev/null