forked from mirror/cobra
Adding support for travis ci
This commit is contained in:
parent
57fc2cb534
commit
88b9d2e5cb
|
@ -0,0 +1,6 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.1
|
||||
script:
|
||||
- go test ./...
|
||||
- go build
|
Loading…
Reference in New Issue