mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-12-03 15:31:05 +01:00
commit
a942e719c8
11
.travis.yml
11
.travis.yml
@ -1,4 +1,13 @@
|
||||
sudo: false
|
||||
|
||||
language: go
|
||||
go:
|
||||
- 1.4.3
|
||||
- 1.5.1
|
||||
- tip
|
||||
|
||||
install:
|
||||
- go get -d
|
||||
|
||||
script:
|
||||
- make test
|
||||
- go test -v ./...
|
||||
|
Loading…
Reference in New Issue
Block a user