1
0
Fork 0
mirror of https://github.com/Luzifer/git-recurse-status.git synced 2024-11-08 15:10:11 +00:00
git-recurse-status/vendor/github.com/spf13/pflag/.travis.yml

22 lines
335 B
YAML
Raw Normal View History

2016-10-27 23:51:44 +00:00
sudo: false
language: go
go:
- 1.5.4
- 1.6.3
- 1.7
- 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 ./...