k3s/vendor/github.com/spf13/cobra/.travis.yml

30 lines
384 B
YAML
Raw Normal View History

2019-01-12 04:58:27 +00:00
language: go
2019-09-27 21:51:53 +00:00
stages:
- diff
- test
2020-08-10 17:43:49 +00:00
- build
2019-09-27 21:51:53 +00:00
go:
- 1.12.x
2020-08-10 17:43:49 +00:00
- 1.13.x
2019-09-27 21:51:53 +00:00
- tip
2020-08-10 17:43:49 +00:00
before_install:
- go get -u github.com/kyoh86/richgo
- go get -u github.com/mitchellh/gox
2019-01-12 04:58:27 +00:00
matrix:
allow_failures:
- go: tip
2019-09-27 21:51:53 +00:00
include:
- stage: diff
2020-08-10 17:43:49 +00:00
go: 1.13.x
script: make fmt
- stage: build
go: 1.13.x
script: make cobra_generator
2019-01-12 04:58:27 +00:00
2020-08-10 17:43:49 +00:00
script:
- make test