mirror of
https://github.com/prometheus/node_exporter
synced 2025-01-21 20:52:46 +00:00
10 lines
60 B
YAML
10 lines
60 B
YAML
sudo: false
|
|
|
|
language: go
|
|
go:
|
|
- 1.7.x
|
|
- tip
|
|
|
|
script:
|
|
- make
|