Fix Travis parsing of 1.10 as 1.1
This commit is contained in:
parent
f19247a790
commit
19a95e36a6
|
@ -1,8 +1,8 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.10
|
||||
- 1.11
|
||||
- "1.10"
|
||||
- "1.11"
|
||||
|
||||
before_script:
|
||||
- go vet ./...
|
||||
|
|
Loading…
Reference in New Issue