mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
10 lines
78 B
YAML
10 lines
78 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.5
|
|
|
|
script:
|
|
- make check_license style test
|