mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-14 11:21:17 +00:00
12 lines
126 B
YAML
12 lines
126 B
YAML
sudo: false
|
|
|
|
language: go
|
|
go:
|
|
- 1.8.x
|
|
- 1.9.x
|
|
- master
|
|
|
|
go_import_path: github.com/prometheus/statsd_exporter
|
|
|
|
script:
|
|
- make
|