all repos — telegram-bot-api @ 75244dc4f746941d3d005a038dd78263b254d8fb

Golang bindings for the Telegram Bot API

Merge pull request #194 from m90/travis-versions

Test in up-to-date Go versions
Syfaro syfaro@huefox.com
Mon, 27 Aug 2018 15:51:15 -0500
commit

75244dc4f746941d3d005a038dd78263b254d8fb

parent

b0bdb27e0512094145fd6a38387985bb8394f327

1 files changed, 3 insertions(+), 2 deletions(-)

jump to
M .travis.yml.travis.yml

@@ -1,5 +1,6 @@

language: go go: - - 1.4 - - tip+ - '1.10' + - '1.11' + - tip