prometheus/.travis.yml

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 ./...