From 239c357af04366f874a3168d70958409a738fa00 Mon Sep 17 00:00:00 2001 From: Stephen Dolan Date: Mon, 18 Jan 2016 10:15:43 +0000 Subject: Add AppVeyor badge to README.md Thanks @JanSchulz, @nicowilliams! --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad0c895e..c323de46 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,10 @@ jq 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) +[![Coverage Status](https://coveralls.io/repos/stedolan/jq/badge.svg?branch=master&service=github)](https://coveralls.io/github/stedolan/jq?branch=master), +Unix: [![Build Status](https://travis-ci.org/stedolan/jq.svg?branch=master)](https://travis-ci.org/stedolan/jq), +Windows: [![Windows build status](https://ci.appveyor.com/api/projects/status/mi816811c9e9mx29?svg=true)](https://ci.appveyor.com/project/stedolan/jq) + If you want to learn to use jq, read the documentation at [https://stedolan.github.io/jq](https://stedolan.github.io/jq). This -- cgit v1.2.3