diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..50fbe5ac --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: go + +script: + - make test diff --git a/README.md b/README.md index 73d8bc6e..29662a53 100644 --- a/README.md +++ b/README.md @@ -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.