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

12 lines
133 B
YAML
Raw Normal View History

2017-05-17 22:48:41 +08:00
language: go
go_import_path: github.com/pkg/errors
go:
2018-05-09 00:57:55 +08:00
- 1.4.3
- 1.5.4
- 1.6.2
- 1.7.1
2017-05-17 22:48:41 +08:00
- tip
script:
- go test -v ./...