open-consul/vendor/github.com/spf13/pflag/.travis.yml

23 lines
261 B
YAML
Raw Normal View History

2019-03-26 21:50:42 +00:00
sudo: false
language: go
go:
2020-05-04 14:59:48 +00:00
- 1.9.x
- 1.10.x
- 1.11.x
2019-03-26 21:50:42 +00:00
- tip
matrix:
allow_failures:
- go: tip
install:
2020-05-04 14:59:48 +00:00
- go get golang.org/x/lint/golint
2019-03-26 21:50:42 +00:00
- export PATH=$GOPATH/bin:$PATH
- go install ./...
script:
- verify/all.sh -v
- go test ./...