1
0
Fork 0
mirror of https://github.com/Luzifer/badge-gen.git synced 2024-11-15 08:32:18 +00:00
badge-gen/vendor/github.com/prometheus/procfs/.travis.yml
Knut Ahlers 820c81f62f
Switch to using dep for vendoring
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-06-01 22:01:18 +02:00

15 lines
173 B
YAML

sudo: false
language: go
go:
- 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