1
0
mirror of https://github.com/rancher/steve.git synced 2025-10-18 22:08:43 +00:00
Files
steve/vendor/github.com/spf13/pflag/.travis.yml
Darren Shepherd cc1e4e52a0 Update vendor
2020-02-21 22:19:07 -07:00

23 lines
261 B
YAML

sudo: false
language: go
go:
- 1.9.x
- 1.10.x
- 1.11.x
- tip
matrix:
allow_failures:
- go: tip
install:
- go get golang.org/x/lint/golint
- export PATH=$GOPATH/bin:$PATH
- go install ./...
script:
- verify/all.sh -v
- go test ./...