Travis config: add Go 1.10.x, revert 1.4.x to 1.4

1.4.x is missing go vet
This commit is contained in:
Gary Burd 2018-02-18 23:06:29 -08:00
parent 2967b101a5
commit f37d158860
1 changed files with 2 additions and 1 deletions

View File

@ -3,12 +3,13 @@ sudo: false
matrix:
include:
- go: 1.4.x
- go: 1.4
- go: 1.5.x
- go: 1.6.x
- go: 1.7.x
- go: 1.8.x
- go: 1.9.x
- go: 1.10.x
- go: tip
allow_failures:
- go: tip