matterbridge/vendor/github.com/pkg/errors/.travis.yml

16 lines
175 B
YAML
Raw Normal View History

2018-08-09 15:38:19 -07:00
language: go
go_import_path: github.com/pkg/errors
go:
2019-05-30 03:20:56 -07: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 15:38:19 -07:00
- tip
script:
- go test -v ./...