mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-12 16:44:05 -08:00
19a47b620d
Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
13 lines
129 B
YAML
13 lines
129 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.9.x
|
|
- 1.10.x
|
|
|
|
go_import_path: github.com/prometheus/tsdb
|
|
|
|
script:
|
|
- go test -timeout 5m ./...
|