mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-07 03:47:38 -08:00
202ecf9c9d
* Add basic authentication Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
14 lines
243 B
YAML
14 lines
243 B
YAML
sudo: false
|
|
language: go
|
|
go:
|
|
- 1.7
|
|
|
|
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 ./...
|