The Prometheus monitoring system and time series database.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
prometheus/.travis.yml

13 lines
122 B

sudo: false
language: go
go:
- 1.9.x
go_import_path: github.com/prometheus/tsdb
script:
- go test -timeout 5m ./...