cloudflared-mirror/vendor/github.com/pkg/errors/.travis.yml

11 lines
120 B
YAML
Raw Normal View History

language: go
go_import_path: github.com/pkg/errors
go:
2019-11-04 20:28:48 +00:00
- 1.11.x
- 1.12.x
- 1.13.x
- tip
script:
- make check