mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-13 23:10:12 -08:00
13 lines
148 B
YAML
13 lines
148 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.9.x
|
|
- 1.x
|
|
|
|
go_import_path: github.com/prometheus/prometheus
|
|
|
|
script:
|
|
- make check_license style test staticcheck
|