diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..6807b58 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: go + +go: + - 1.3 + - 1.4 + - tip \ No newline at end of file diff --git a/README.md b/README.md index be6d9e1..5f3cd94 100644 --- a/README.md +++ b/README.md @@ -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.