prometheus/.travis.yml

14 lines
108 B
YAML
Raw Normal View History

2017-04-09 08:18:19 +00:00
sudo: false
language: go
go:
- 1.8
go_import_path: github.com/prometheus/tsdb
script:
- go test ./...