delve/vendor/github.com/spf13/cobra/.travis.yml
2016-02-19 10:32:05 -08:00

10 lines
97 B
YAML

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