spf13--cobra/cobra/vendor/github.com/spf13/pflag/.travis.yml
Zev Goldstein 804f636069 dep init
2017-08-29 19:58:06 -04:00

21 lines
254 B
YAML

sudo: false
language: go
go:
- 1.7.3
- 1.8.1
- tip
matrix:
allow_failures:
- go: tip
install:
- go get github.com/golang/lint/golint
- export PATH=$GOPATH/bin:$PATH
- go install ./...
script:
- verify/all.sh -v
- go test ./...