1
0
mirror of https://github.com/Luzifer/badge-gen.git synced 2024-09-19 23:32:56 +00:00
badge-gen/vendor/github.com/spf13/pflag/.travis.yml
2016-06-28 19:38:58 +02:00

18 lines
257 B
YAML

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 ./...