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