1
0
mirror of https://github.com/Luzifer/badge-gen.git synced 2024-09-20 07:42:55 +00:00
badge-gen/vendor/github.com/spf13/pflag/.travis.yml

18 lines
257 B
YAML
Raw Normal View History

2016-06-28 17:38:58 +00:00
sudo: false
language: go
go:
- 1.5
- 1.6
- tip
install:
- go get github.com/golang/lint/golint
- export PATH=$GOPATH/bin:$PATH
- go install ./...
script:
- verify/all.sh -v
- go test ./...