cobra/.travis.yml

8 lines
72 B
YAML

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