1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-29 06:33:16 +00:00
Files
rclone/vendor/github.com/pkg/errors/.travis.yml
2016-11-05 18:35:34 +00:00

12 lines
133 B
YAML

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