misp-galaxy/.travis.yml

18 lines
266 B
YAML
Raw Normal View History

2016-04-11 12:49:57 +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:
- cat */*.json | jq .