mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
8 lines
71 B
YAML
8 lines
71 B
YAML
sudo: false
|
|
language: go
|
|
|
|
go:
|
|
- 1.4
|
|
|
|
script:
|
|
- go test -short ./...
|