prometheus/.travis.yml

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