sample-controller/vendor/github.com/ghodss/yaml/.travis.yml

9 lines
81 B
YAML
Raw Normal View History

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