mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
12 lines
113 B
YAML
12 lines
113 B
YAML
sudo: false
|
|
|
|
language: go
|
|
go:
|
|
- 1.8.x
|
|
- tip
|
|
|
|
go_import_path: github.com/prometheus/node_exporter
|
|
|
|
script:
|
|
- make
|