mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-07 03:47:38 -08:00
cdb9e7d2b8
Signed-off-by: Ben Kochie <superq@gmail.com>
15 lines
130 B
YAML
15 lines
130 B
YAML
language: go
|
|
sudo: false
|
|
|
|
go:
|
|
- 1.9.x
|
|
- 1.12.x
|
|
- tip
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
|
|
script:
|
|
- go test -v ./...
|