Merge pull request #55 from franklinwise/autobuild-patch

added travis automated build and status on the readme
This commit is contained in:
Julius Volz 2015-03-20 12:14:40 +01:00
commit 393d62ab9e
2 changed files with 6 additions and 0 deletions

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
language: go
script:
- make test

View File

@ -1,5 +1,7 @@
# 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
collectors.