prometheus/.travis.yml
2017-10-19 18:24:12 +02:00

14 lines
122 B
YAML

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