]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
README.md: show build status tag from travis & appveyor. 335/head
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Mon, 10 Jul 2017 08:28:10 +0000 (11:28 +0300)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Mon, 10 Jul 2017 08:45:24 +0000 (11:45 +0300)
Looks nice to see a `Build Passing` tag when you
scroll to the README.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
README.md

index 98cce74ae48e9dbce7e91d9ba526fe0b525c41a2..0e87cd5617a2f87c9b751ede89566858989ea4d1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,6 +4,10 @@
 JSON-C - A JSON implementation in C
 -----------------------------------
 
+Build Status
+* [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/json-c/json-c?branch=master&svg=true)](https://ci.appveyor.com/project/hawicz/json-c)
+* [![Travis Build Status](https://travis-ci.org/json-c/json-c.svg?branch=master)](https://travis-ci.org/json-c/json-c)
+
 JSON-C implements a reference counting object model that allows you to easily 
 construct JSON objects in C, output them as JSON formatted strings and parse 
 JSON formatted strings back into the C representation of JSON objects.