spf13--cobra/.travis.yml
2015-04-01 19:04:25 +02:00

8 lines
72 B
YAML

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