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