mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2025-05-09 22:44:42 +00:00
11 lines
116 B
YAML
11 lines
116 B
YAML
sudo: false
|
|
|
|
language: go
|
|
go:
|
|
- 1.10.x
|
|
- 1.x
|
|
|
|
go_import_path: github.com/prometheus/statsd_exporter
|
|
|
|
script:
|
|
- make
|