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