mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 13:44:05 -08:00
Test with Go 1.10.x too.
Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
This commit is contained in:
parent
def6e5a574
commit
19a47b620d
|
@ -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 ./...
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue