mirror of
https://github.com/prometheus/prometheus
synced 2025-02-06 23:24:34 +00:00
10 lines
64 B
YAML
10 lines
64 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.5
|
|
|
|
script:
|
|
- make style test
|