2017-05-05 15:42:38 +00:00
|
|
|
sudo: false
|
2018-05-24 11:48:14 +00:00
|
|
|
|
2017-05-05 15:42:38 +00:00
|
|
|
language: go
|
2018-05-24 11:48:14 +00:00
|
|
|
|
2017-05-05 15:42:38 +00:00
|
|
|
go:
|
2018-05-24 11:48:14 +00:00
|
|
|
- 1.7.x
|
|
|
|
- 1.8.x
|
|
|
|
- 1.9.x
|
|
|
|
- 1.10.x
|
|
|
|
- 1.x
|
|
|
|
|
|
|
|
go_import_path: github.com/prometheus/procfs
|
|
|
|
|
|
|
|
script:
|
|
|
|
- make style check_license vet test staticcheck
|