mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-13 10:51:06 +00:00
4a9cde8cef
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
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
|