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

9 lines
82 B
YAML

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