Travis added
This commit is contained in:
parent
b8bc7b9939
commit
447115488b
2 changed files with 7 additions and 1 deletions
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- 1.3
|
||||||
|
- 1.4
|
||||||
|
- tip
|
|
@ -1,6 +1,6 @@
|
||||||
# Golang bindings for the Telegram Bot API
|
# Golang bindings for the Telegram Bot API
|
||||||
|
|
||||||
[](http://godoc.org/github.com/Syfaro/telegram-bot-api)
|
[](http://godoc.org/github.com/zhulik/telegram-bot-api)
|
||||||
|
|
||||||
All methods have been added, and all features should be available.
|
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.
|
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue