Test with Go 1.10.x too.

Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
This commit is contained in:
Alexey Palazhchenko 2018-05-07 12:12:58 +03:00
parent def6e5a574
commit 19a47b620d

View file

@ -4,10 +4,9 @@ language: go
go: go:
- 1.9.x - 1.9.x
- 1.10.x
go_import_path: github.com/prometheus/tsdb go_import_path: github.com/prometheus/tsdb
script: script:
- go test -timeout 5m ./... - go test -timeout 5m ./...