1
0
mirror of https://github.com/strongdm/comply synced 2024-07-05 00:11:46 +00:00
comply/vendor/github.com/pkg/errors/.travis.yml

12 lines
133 B
YAML
Raw Normal View History

2018-05-15 21:13:11 +00:00
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 ./...