mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-10 07:34:09 -08:00
10 lines
60 B
YAML
10 lines
60 B
YAML
sudo: false
|
|
|
|
language: go
|
|
go:
|
|
- 1.7.x
|
|
- tip
|
|
|
|
script:
|
|
- make
|