Fix Travis parsing of 1.10 as 1.1

This commit is contained in:
Andrei Marcu 2019-01-08 11:28:10 -08:00
parent f19247a790
commit 19a95e36a6
1 changed files with 2 additions and 2 deletions

View File

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