dex/vendor/github.com/spf13/cobra/.travis.yml
2016-03-09 13:04:05 -08:00

9 lines
97 B
YAML

language: go
go:
- 1.3.3
- 1.4.2
- 1.5.1
- tip
script:
- go test -v ./...
- go build