cobra/.travis.yml

7 lines
64 B
YAML

language: go
go:
- 1.1
script:
- go test ./...
- go build