summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlexandru Ardelean <ardeleanalex@gmail.com>2017-07-10 11:28:10 +0300
committerAlexandru Ardelean <ardeleanalex@gmail.com>2017-07-10 11:45:24 +0300
commit061afc7993f91f27cd9a68a9b3c7ddb630c4395c (patch)
tree791bc973ff9fa58049b625aed2b4f8e8fbf9229c /README.md
parent5a99e527fff25844647554045c2f316156f9aef0 (diff)
downloadjson-c-061afc7993f91f27cd9a68a9b3c7ddb630c4395c.tar.gz
README.md: show build status tag from travis & appveyor.
Looks nice to see a `Build Passing` tag when you scroll to the README. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 98cce74..0e87cd5 100644
--- 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.