mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
5bda3a8ded
* add check for unused vendor packages * cleanup unused vendor packages * run unused check before the tests
13 lines
156 B
YAML
13 lines
156 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.10.x
|
|
- 1.x
|
|
|
|
go_import_path: github.com/prometheus/prometheus
|
|
|
|
script:
|
|
- make check_license style unused test staticcheck
|