1
0
mirror of https://github.com/rancher/os.git synced 2025-09-15 22:49:08 +00:00
Files
os/vendor/github.com/pkg/errors/.travis.yml
2016-06-28 15:34:26 -07:00

11 lines
123 B
YAML

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