From d099969c1ceac193d9e5dc88c2c1b7598016a67e Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Sat, 11 Jul 2015 11:22:45 -0500 Subject: [PATCH] Travis-ci indicator --- Home.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Home.md b/Home.md index a2415c5..5f1d8de 100644 --- a/Home.md +++ b/Home.md @@ -1,3 +1,5 @@ +[![`master` Build Status](https://travis-ci.org/open-source-parsers/jsoncpp.svg?branch=master)](https://travis-ci.org/open-source-parsers/jsoncpp) + Introduction ------------ JSON (JavaScript Object Notation) is a lightweight data-interchange format. It can represent integer, real number, string, an ordered sequence of value, and a collection of name/value pairs.