summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2016-01-18 10:15:43 +0000
committerStephen Dolan <mu@netsoc.tcd.ie>2016-01-18 10:15:43 +0000
commit239c357af04366f874a3168d70958409a738fa00 (patch)
treea52c6705ae64e4f427202e8541bd84b15e84c7c9 /README.md
parentd228490162b2892a3f461b4ff1f1e1937de703c4 (diff)
Add AppVeyor badge to README.md
Thanks @JanSchulz, @nicowilliams!
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files 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