Merge pull request #8 from claudex/fix-travis

Fix travis build
pull/10/head
Alexandre Dulaunoy 2016-08-06 11:16:47 +02:00 committed by GitHub
commit 0e8cffa198
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