forked from mirrors/statsd_exporter
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
|