1
0
Fork 0
mirror of https://github.com/Luzifer/vault-unseal.git synced 2024-10-18 16:14:20 +00:00
vault-unseal/vendor/github.com/spf13/pflag/.travis.yml

17 lines
254 B
YAML

sudo: false
language: go
go:
- 1.3
- 1.4
- tip
install:
- go get github.com/golang/lint/golint
- export PATH=$GOPATH/bin:$PATH
- go install ./...
script:
- verify/all.sh
- go test ./...