Add travis file

pull/19/head
Raphaël Vinot 2016-04-11 12:38:28 +02:00
parent 4aef9b0cad
commit 427f7a34a4
1 changed files with 17 additions and 0 deletions

17
.travis.yml Normal file
View File

@ -0,0 +1,17 @@
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 .