debian-forge-composer/vendor/github.com/ghodss/yaml/.travis.yml
Ondřej Budai 2241a8d9ed go: vendor the oapi-codegen cmd
See the comment in tools.go, I cannot fully explain what's happening here.
Somehow, Go 1.14 wants to use the vendored version of oapi-codegen but
without this file, oapi-codegen isn't vendored so the generation fails.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
2021-02-01 15:32:58 +01:00

7 lines
66 B
YAML

language: go
go:
- 1.3
- 1.4
script:
- go test
- go build