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

23 lines
261 B
YAML
Raw Normal View History

2019-01-12 04:58:27 +00:00
sudo: false
language: go
go:
2019-12-12 01:27:03 +00:00
- 1.9.x
- 1.10.x
- 1.11.x
2019-01-12 04:58:27 +00:00
- tip
matrix:
allow_failures:
- go: tip
install:
2019-12-12 01:27:03 +00:00
- go get golang.org/x/lint/golint
2019-01-12 04:58:27 +00:00
- export PATH=$GOPATH/bin:$PATH
- go install ./...
script:
- verify/all.sh -v
- go test ./...