Travis test scripts added

pull/4/head
Alexandre Dulaunoy 2016-06-24 10:55:51 +02:00
parent 6e00a93ee0
commit 52b22ff990
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 .