git-lfs/vendor/github.com/spf13/cobra/.travis.yml
Taylor Blau 4593d0a641 vendor: vendor dependencies in vendor/ using Glide
- script/vendor received an update in order to work with Glide
- import paths have been rewritten to work with GO15VENDOREXPERIMENT
2016-05-23 12:10:35 -06:00

9 lines
82 B
YAML

language: go
go:
- 1.3
- 1.4.2
- tip
script:
- go test ./...
- go build