muun-recovery/vendor/github.com/pkg/errors/.travis.yml

11 lines
120 B
YAML
Raw Permalink Normal View History

2019-10-01 11:22:30 -04:00
language: go
go_import_path: github.com/pkg/errors
go:
- 1.11.x
2020-11-09 08:05:29 -05:00
- 1.12.x
- 1.13.x
2019-10-01 11:22:30 -04:00
- tip
script:
2020-11-09 08:05:29 -05:00
- make check