mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
158200fd49
building tool
11 lines
81 B
YAML
11 lines
81 B
YAML
sudo: false
|
|
|
|
language: go
|
|
go:
|
|
- 1.5
|
|
- tip
|
|
|
|
script:
|
|
- make
|
|
- ./end-to-end-test.sh
|