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

29 lines
468 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:
- 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
env: GO111MODULE=on
2020-08-10 17:43:49 +00:00
before_install:
- go get -u github.com/kyoh86/richgo
- go get -u github.com/mitchellh/gox
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin latest
2020-08-10 17:43:49 +00:00
2019-01-12 04:58:27 +00:00
matrix:
allow_failures:
- go: tip
2019-09-27 21:51:53 +00:00
include:
2020-08-10 17:43:49 +00:00
- stage: build
go: 1.13.x
script: make cobra_generator
2019-01-12 04:58:27 +00:00
script:
2020-08-10 17:43:49 +00:00
- make test