From: Alexandru Ardelean Date: Mon, 10 Jul 2017 08:28:10 +0000 (+0300) Subject: README.md: show build status tag from travis & appveyor. X-Git-Tag: json-c-0.13-20171207~73^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F335%2Fhead;p=thirdparty%2Fjson-c.git 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 --- diff --git a/README.md b/README.md index 98cce74a..0e87cd56 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.