blob: d4b92663bacfbb101cda87c41711b9d54d3a87cb [file] [log] [blame]
Rohan Agrawalc32d9932020-06-15 11:01:47 +00001language: go
2go_import_path: github.com/pkg/errors
3go:
4 - 1.4.x
5 - 1.5.x
6 - 1.6.x
7 - 1.7.x
8 - 1.8.x
9 - 1.9.x
10 - 1.10.x
11 - 1.11.x
12 - tip
13
14script:
15 - go test -v ./...