Travis added

bot-api-6.1
Gleb Sinyavsky 2015-11-21 14:56:11 +03:00
parent b8bc7b9939
commit 447115488b
2 changed files with 7 additions and 1 deletions

6
.travis.yml 100644
View File

@ -0,0 +1,6 @@
language: go
go:
- 1.3
- 1.4
- tip

View File

@ -1,6 +1,6 @@
# Golang bindings for the Telegram Bot API
[![GoDoc](https://godoc.org/github.com/Syfaro/telegram-bot-api?status.svg)](http://godoc.org/github.com/Syfaro/telegram-bot-api)
[![GoDoc](https://godoc.org/github.com/zhulik/telegram-bot-api?status.svg)](http://godoc.org/github.com/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.