Files
cloudly-min/.rclone_repo/vendor/github.com/pkg/errors/.travis.yml
2020-01-13 03:37:51 +00:00

12 lines
133 B
YAML
Executable File

language: go
go_import_path: github.com/pkg/errors
go:
- 1.4.3
- 1.5.4
- 1.6.2
- 1.7.1
- tip
script:
- go test -v ./...