From 0332f792db0319c4d5c55d876b466a1a412d0586 Mon Sep 17 00:00:00 2001 From: Gleb Sinyavsky Date: Sat, 21 Nov 2015 14:59:58 +0300 Subject: [PATCH] Readme updated --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f3cd94..be77cdb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Golang bindings for the Telegram Bot API [![GoDoc](https://godoc.org/github.com/zhulik/telegram-bot-api?status.svg)](http://godoc.org/github.com/zhulik/telegram-bot-api) +[![Travis](https://travis-ci.org/zhulik/telegram-bot-api.svg)](https://travis-ci.org/zhulik/telegram-bot-api) All methods have been added, and all features should be available. If you want a feature that hasn't been added yet or something is broken, open an issue and I'll see what I can do.