mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
14 lines
122 B
YAML
14 lines
122 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.9.x
|
|
|
|
go_import_path: github.com/prometheus/tsdb
|
|
|
|
script:
|
|
- go test -timeout 5m ./...
|
|
|
|
|