Files
open-cluster-management/vendor/github.com/pkg/errors/.travis.yml
Yang Le 10ce79464e add empty controller
Signed-off-by: Yang Le <yangle@redhat.com>
2021-04-23 17:21:06 +08:00

11 lines
120 B
YAML

language: go
go_import_path: github.com/pkg/errors
go:
- 1.11.x
- 1.12.x
- 1.13.x
- tip
script:
- make check