mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-29 22:51:36 -08:00
14 lines
130 B
YAML
14 lines
130 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.8
|
|
|
|
go_import_path: github.com/prometheus/prometheus
|
|
|
|
script:
|
|
- make check_license style test
|
|
|
|
|