1
0
Fork 0
mirror of https://github.com/Luzifer/git-changerelease.git synced 2024-10-18 22:24:19 +00:00
git-changerelease/vendor/github.com/spf13/pflag/.travis.yml

18 lines
257 B
YAML
Raw Normal View History

2016-07-14 12:29:15 +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 ./...