Added Travis CI status.

This commit is contained in:
Kirill Kirilenko 2016-10-05 14:50:24 +04:00 committed by GitHub
parent 566a241c3b
commit 6cb2d3da93

View file

@ -1,4 +1,6 @@
# telebotxx # telebotxx
[![Build Status](https://travis-ci.org/UltraCoderRU/telebotxx.svg?branch=master)](https://travis-ci.org/UltraCoderRU/telebotxx)
Telegram Bot API 2.0 for C++14. It uses [Curl for People](https://github.com/whoshuu/cpr) library to perform HTTP requests and [RapidJSON](https://github.com/miloyip/rapidjson) to work with JSON data. Telegram Bot API 2.0 for C++14. It uses [Curl for People](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. In development, so you are welcome to contribute.