node_exporter/.travis.yml
Matthias Rampke 7c47338081 Add an end-to-end test.
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.
2015-09-28 13:56:22 +00:00

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