really add travis YAML file
This commit is contained in:
parent
ef51c4d644
commit
4ba0095546
|
|
@ -0,0 +1,10 @@
|
||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- 1.3
|
||||||
|
- tip
|
||||||
|
|
||||||
|
install:
|
||||||
|
- go get github.com/bifurcation/gose
|
||||||
|
- go get github.com/streadway/amqp
|
||||||
|
- go get github.com/codegangsta/cli
|
||||||
Loading…
Reference in New Issue