1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00
Files
installer/vendor/github.com/go-yaml/yaml/.travis.yml
Richard Vanderpool a2e363fec4 add go-yaml dependency
required to (un)marshall vSphere cloud provider structs properly

implements https://github.com/openshift/enhancements/pull/918
2022-08-24 10:04:45 -04:00

13 lines
122 B
YAML

language: go
go:
- 1.4
- 1.5
- 1.6
- 1.7
- 1.8
- 1.9
- tip
go_import_path: gopkg.in/yaml.v2