1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-19 08:48:37 +00:00
Files
gitea/vendor/github.com/pkg/errors/.travis.yml
2020-04-03 22:29:12 +03:00

11 lines
120 B
YAML
Vendored

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