mirror of
https://github.com/spf13/cobra
synced 2024-11-05 05:17:12 +00:00
Adding support for travis ci
This commit is contained in:
parent
57fc2cb534
commit
88b9d2e5cb
1 changed files with 6 additions and 0 deletions
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.1
|
||||
script:
|
||||
- go test ./...
|
||||
- go build
|
Loading…
Reference in a new issue