Merge pull request #194 from m90/travis-versions

Test in up-to-date Go versions
bot-api-6.1
Syfaro 2018-08-27 15:51:15 -05:00 committed by GitHub
commit 75244dc4f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
language: go language: go
go: go:
- 1.4 - '1.10'
- '1.11'
- tip - tip