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>
This commit is contained in:
Gábor Lipták 2018-10-29 11:30:30 -04:00 committed by Jordan Wright
parent 468da007d5
commit 69ffb70b35

View file

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