1
0
mirror of https://github.com/Luzifer/mondash.git synced 2024-09-20 09:22:58 +00:00
mondash/vendor/github.com/spf13/pflag/.travis.yml

18 lines
254 B
YAML
Raw Normal View History

2016-01-23 12:07:07 +00:00
sudo: false
language: go
go:
- 1.3
- 1.4
- tip
2016-03-27 18:46:08 +00:00
install:
- go get github.com/golang/lint/golint
- export PATH=$GOPATH/bin:$PATH
- go install ./...
script:
- verify/all.sh
- go test ./...