mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-23 12:30:46 +01:00
added travis automated build and status on the readme
This commit is contained in:
parent
aaf01e52e2
commit
4b53465c14
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.4.1
|
||||
- release
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
|
||||
script:
|
||||
- go test -v ./...
|
Loading…
Reference in New Issue
Block a user