mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-10 07:34:09 -08:00
13 lines
124 B
YAML
13 lines
124 B
YAML
sudo: false
|
|
|
|
language: go
|
|
go:
|
|
- 1.8.x
|
|
- 1.9.x
|
|
- master
|
|
|
|
go_import_path: github.com/prometheus/node_exporter
|
|
|
|
script:
|
|
- make
|