From 6d7d59b3f6dd63446759adaec8b0ad7d913e5f81 Mon Sep 17 00:00:00 2001 From: Kirill Kirilenko Date: Thu, 3 Dec 2020 18:20:02 +0300 Subject: [PATCH] Add build status widget for branch 'dev' --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cd3e7c..59f209c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # telebotxx -[![Build Status](https://travis-ci.org/UltraCoderRU/telebotxx.svg?branch=master)](https://travis-ci.org/UltraCoderRU/telebotxx) + +| Branch | Status | +|:-:|-| +| [master](https://github.com/UltraCoderRU/telebotxx) | [![Build Status](https://travis-ci.org/UltraCoderRU/telebotxx.svg?branch=master)](https://travis-ci.org/UltraCoderRU/telebotxx) | +| [dev](https://github.com/UltraCoderRU/telebotxx/tree/dev) | [![Build Status](https://travis-ci.org/UltraCoderRU/telebotxx.svg?branch=dev)](https://travis-ci.org/UltraCoderRU/telebotxx) | Telegram Bot API 2.0 for C++14. It uses [C++ Requests](https://github.com/whoshuu/cpr) library to perform HTTP requests and [RapidJSON](https://github.com/miloyip/rapidjson) to work with JSON data. In development, so you are welcome to contribute.