mirror of
https://github.com/Luzifer/gcr-clean.git
synced 2024-12-23 11:51:19 +00:00
12 lines
151 B
YAML
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
|