From 520a4405708a5092863139f1506547420a1bf790 Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Sat, 11 Jul 2015 11:51:34 -0500 Subject: [PATCH] Indicators --- Home.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 5f1d8de..8ccb953 100644 --- a/Home.md +++ b/Home.md @@ -1,4 +1,7 @@ -[![`master` Build Status](https://travis-ci.org/open-source-parsers/jsoncpp.svg?branch=master)](https://travis-ci.org/open-source-parsers/jsoncpp) +branch | Travis CI | AppVeyor +------ | --------- | -------- +`master` | [![Build Status](https://travis-ci.org/open-source-parsers/jsoncpp.svg?branch=master)](https://travis-ci.org/open-source-parsers/jsoncpp) | [![Build status](https://ci.appveyor.com/api/projects/status/vqddot7f9xiehw56/branch/master?svg=true)](https://ci.appveyor.com/project/cdunn2001/jsoncpp/branch/master) +`0.y.z` | [![Build Status](https://travis-ci.org/open-source-parsers/jsoncpp.svg?branch=0.y.z)](https://travis-ci.org/open-source-parsers/jsoncpp) | [![Build status](https://ci.appveyor.com/api/projects/status/vqddot7f9xiehw56/branch/0.y.z?svg=true)](https://ci.appveyor.com/project/cdunn2001/jsoncpp/branch/0.y.z) Introduction ------------