mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-03 09:57:47 -08:00
cdb9e7d2b8
Signed-off-by: Ben Kochie <superq@gmail.com>
18 lines
269 B
YAML
18 lines
269 B
YAML
sudo: false
|
|
language: go
|
|
go:
|
|
- "1.8"
|
|
- "1.9"
|
|
- "1.10"
|
|
- "1.11"
|
|
- "1.12"
|
|
|
|
install:
|
|
- go get github.com/stretchr/testify
|
|
- go get github.com/prometheus/client_golang/prometheus
|
|
- go get golang.org/x/net/context
|
|
- go get golang.org/x/net/trace
|
|
|
|
script:
|
|
- go test -v ./...
|