ceph-csi/vendor/github.com/ghodss/yaml/.travis.yml
Niels de Vos 5ea99fdd5b build: add yamlgen to build deployment files
This initial version of yamlgen generates deploy/scc.yaml based on the
deployment artifact that is provided by the new api/deploy/ocp package.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
2021-10-05 11:26:50 +00:00

9 lines
82 B
YAML

language: go
go:
- "1.9"
- "1.10"
- "1.11"
script:
- go test
- go build