Merge pull request #55 from franklinwise/autobuild-patch
added travis automated build and status on the readme
This commit is contained in:
commit
393d62ab9e
2 changed files with 6 additions and 0 deletions
4
.travis.yml
Normal file
4
.travis.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
language: go
|
||||
|
||||
script:
|
||||
- make test
|
||||
|
|
@ -1,5 +1,7 @@
|
|||
# Node exporter
|
||||
|
||||

|
||||
|
||||
Prometheus exporter for machine metrics, written in Go with pluggable metric
|
||||
collectors.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue