Travis added

pull/29/head
Gleb Sinyavsky 10 years ago
parent b8bc7b9939
commit 447115488b
  1. 6
      .travis.yml
  2. 2
      README.md

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

@ -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.