added travis automated build and status on the readme

This commit is contained in:
Franklin Wise 2015-03-18 19:04:29 -07:00
parent aaf01e52e2
commit 4b53465c14
2 changed files with 13 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: go
go:
- 1.4.1
- release
before_install:
- sudo apt-get update
script:
- go test -v ./...

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.