From ad4ac867ce606a5db2e84e8e546011d62dba3d25 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 21 May 2016 19:18:38 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 630c941..05221ad 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # bind Boost.org bind library -![Travis status][badge.Travis] ![Appveyor status][badge.Appveyor] +Branch | Travis | Appveyor +---------|--------|--------- +Develop | [![Build Status](https://travis-ci.org/boostorg/bind.svg?branch=develop)](https://travis-ci.org/boostorg/bind) | [![Build Status](https://ci.appveyor.com/api/projects/status/github/boostorg/bind?branch=develop&svg=true)](https://ci.appveyor.com/project/pdimov/bind) +Master | [![Build Status](https://travis-ci.org/boostorg/bind.svg?branch=master)](https://travis-ci.org/boostorg/bind) | [![Build Status](https://ci.appveyor.com/api/projects/status/github/boostorg/bind?branch=master&svg=true)](https://ci.appveyor.com/project/pdimov/bind)