ingress-nginx-helm/vendor/github.com/prometheus/procfs/.travis.yml
Manuel de Brito Fontes bb4d483837
Update go dependencies
2018-05-26 16:27:45 -04: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