terraform/vendor/github.com/pkg/errors/.travis.yml

11 lines
123 B
YAML
Raw Normal View History

2016-05-03 18:54:47 +02:00
language: go
go_import_path: github.com/pkg/errors
go:
- 1.4.3
- 1.5.4
- 1.6.1
- tip
script:
- go test -v ./...