5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 14:52:30 +00:00
matterbridge/vendor/github.com/pkg/errors/.travis.yml

16 lines
175 B
YAML
Raw Normal View History

2018-08-09 22:38:19 +00:00
language: go
go_import_path: github.com/pkg/errors
go:
2019-05-30 10:20:56 +00:00
- 1.4.x
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
2018-08-09 22:38:19 +00:00
- tip
script:
- go test -v ./...