ingress-nginx-helm/vendor/github.com/prometheus/procfs/.travis.yml
Manuel de Brito Fontes 2882fb5ebe Update go dependencies
2018-09-22 14:54:24 -03:00

12 lines
151 B
YAML

sudo: false
language: go
go:
- 1.9.x
- 1.10.x
go_import_path: github.com/prometheus/procfs
script:
- make style check_license vet test staticcheck