Update Travis to 1.10 and 1.11

This commit is contained in:
Andrei Marcu 2019-01-08 11:18:57 -08:00
parent 5d8a0ef605
commit f19247a790
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
language: go language: go
go: go:
- 1.5 - 1.10
- 1.6 - 1.11
before_script: before_script:
- go vet ./... - go vet ./...