blob: 5416cf8a277581760e8126119b0d85940eef96f3 [file] [log] [blame]
Matthias Andreas Benkard832a54e2019-01-29 09:27:38 +01001sudo: false
2
3language: go
4
5go:
6- 1.7.x
7- 1.8.x
8- 1.9.x
9- 1.10.x
10- 1.x
11
12go_import_path: github.com/prometheus/procfs
13
14script:
15- make style check_license vet test staticcheck