Update travis Go versions
* Add Go 1.10.x. * Fix indenting. Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
82f5ff156b
commit
adeda94c12
|
@ -2,9 +2,10 @@ sudo: false
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
- 1.7.x # See README.md for current minimum version.
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
- 1.10.x
|
||||
|
||||
script:
|
||||
- go test -short ./...
|
||||
- go test -short ./...
|
||||
|
|
Loading…
Reference in New Issue