2017-04-09 01:18:19 -07:00
|
|
|
sudo: false
|
|
|
|
|
|
|
|
language: go
|
|
|
|
|
|
|
|
go:
|
2017-11-08 14:26:51 -08:00
|
|
|
- 1.9.x
|
2017-04-09 01:18:19 -07:00
|
|
|
|
|
|
|
go_import_path: github.com/prometheus/tsdb
|
|
|
|
|
|
|
|
script:
|
2017-07-13 23:00:18 -07:00
|
|
|
- go test -timeout 5m ./...
|
2017-04-09 01:18:19 -07:00
|
|
|
|
|
|
|
|