From c9003e521c814443983d9b340eda9b49ecd8a5ad Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 25 Aug 2015 08:47:04 -0700 Subject: [PATCH] Add travis and coveralls badges to readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb0bbfa1..ad0c895e 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