mirror of
https://github.com/pkg/errors.git
synced 2025-05-31 11:42:45 +00:00
10 lines
113 B
YAML
10 lines
113 B
YAML
language: go
|
|
go_import_path: github.com/pkg/errors
|
|
go:
|
|
- 1.5.2
|
|
- 1.4.3
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|