mirror of
https://github.com/prometheus/prometheus
synced 2024-12-26 08:33:06 +00:00
14 lines
132 B
YAML
14 lines
132 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.7.4
|
|
|
|
go_import_path: github.com/prometheus/prometheus
|
|
|
|
script:
|
|
- make check_license style test
|
|
|
|
|