mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-10 07:34:09 -08:00
7c47338081
This test runs a selection of collectors against the fixtures and compares the output to a reference. The uname and filesystem collectors are disabled because they use system calls that cannot be fixtured easily.
16 lines
153 B
YAML
16 lines
153 B
YAML
sudo: false
|
|
|
|
language: go
|
|
go:
|
|
- 1.4.3
|
|
- 1.5.1
|
|
- tip
|
|
|
|
install:
|
|
- go get -d
|
|
|
|
script:
|
|
- go test -v ./...
|
|
- go build
|
|
- ./end-to-end-test.sh -v
|