From: David Tolnay Date: Tue, 25 Aug 2015 15:47:04 +0000 (-0700) Subject: Add travis and coveralls badges to readme X-Git-Tag: jq-1.6rc1~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9003e521c814443983d9b340eda9b49ecd8a5ad;p=jq Add travis and coveralls badges to readme --- diff --git a/README.md b/README.md index cb0bbfa..ad0c895 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ jq == -jq is a command-line JSON processor. +jq is a lightweight and flexible command-line JSON processor. + +[![Build Status](https://travis-ci.org/stedolan/jq.svg?branch=master)](https://travis-ci.org/stedolan/jq) +[![Coverage Status](https://coveralls.io/repos/stedolan/jq/badge.svg?branch=master&service=github)](https://coveralls.io/github/stedolan/jq?branch=master) If you want to learn to use jq, read the documentation at [https://stedolan.github.io/jq](https://stedolan.github.io/jq). This