mirror of
https://github.com/prometheus/prometheus
synced 2024-12-26 00:23:18 +00:00
11 lines
88 B
YAML
11 lines
88 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.5.4
|
|
- 1.6.2
|
|
|
|
script:
|
|
- make check_license style test
|