1
0
Fork 0
mirror of https://github.com/Luzifer/cmd-slack.git synced 2024-12-23 11:11:24 +00:00
cmd-slack/vendor/github.com/spf13/pflag/.travis.yml

18 lines
254 B
YAML
Raw Normal View History

2016-05-22 17:51:42 +00:00
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 ./...