1
0
mirror of https://github.com/mikefarah/yq.git synced 2025-04-02 04:35:35 +00:00
yq/Godeps/_workspace/src/github.com/spf13/pflag/.travis.yml
2015-10-10 12:57:11 +11:00

18 lines
254 B
YAML

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