Files
distribution/Godeps/_workspace/src/github.com/spf13/cobra/.travis.yml
Aaron Lehmann 540e3f1433 Update godeps for addition of cobra dependency
codegangsta/cli is being removed since the "dist" tool which used it is
no longer in the repo.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2015-09-09 14:39:31 -07:00

9 lines
82 B
YAML

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