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 ------------