Update travis Go versions

* Add Go 1.10.x.
* Fix indenting.

Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
Ben Kochie 2018-05-18 12:59:33 +02:00
parent 82f5ff156b
commit adeda94c12
Failed to extract signature
1 changed files with 5 additions and 4 deletions

View File

@ -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 ./...