added travis automated build and status on the readme
This commit is contained in:
parent
aaf01e52e2
commit
4b53465c14
|
@ -0,0 +1,11 @@
|
||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- 1.4.1
|
||||||
|
- release
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get update
|
||||||
|
|
||||||
|
script:
|
||||||
|
- go test -v ./...
|
|
@ -1,5 +1,7 @@
|
||||||
# Node exporter
|
# Node exporter
|
||||||
|
|
||||||
|
![build status](https://travis-ci.org/prometheus/node_exporter.svg?branch=master)
|
||||||
|
|
||||||
Prometheus exporter for machine metrics, written in Go with pluggable metric
|
Prometheus exporter for machine metrics, written in Go with pluggable metric
|
||||||
collectors.
|
collectors.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue