1
0
Fork 0
mirror of https://github.com/Luzifer/elb-instance-status.git synced 2024-11-14 00:32:41 +00:00
elb-instance-status/vendor/github.com/prometheus/procfs/.travis.yml

16 lines
173 B
YAML
Raw Normal View History

2016-06-06 16:06:39 +00:00
sudo: false
2016-06-06 16:06:39 +00:00
language: go
2016-06-06 16:06:39 +00:00
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