Add Go 1.10 and 1.11 to Travis (#1252)

* Add Go 1.10 and 1.11 to Travis

Co-Authored-By: gliptak <gliptak@gmail.com>
pull/1267/head
Gábor Lipták 2018-10-29 11:30:30 -04:00 committed by Jordan Wright
parent 468da007d5
commit 69ffb70b35
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ sudo: false
go: go:
- 1.9 - 1.9
- "1.10"
- 1.11
- tip - tip
install: install: