Added amqp output
This commit is contained in:
14
Godeps/_workspace/src/github.com/streadway/amqp/.travis.yml
generated
vendored
Normal file
14
Godeps/_workspace/src/github.com/streadway/amqp/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.1
|
||||
- 1.4
|
||||
- 1.5
|
||||
|
||||
services:
|
||||
- rabbitmq
|
||||
|
||||
env:
|
||||
- AMQP_URL=amqp://guest:guest@127.0.0.1:5672/ GOMAXPROCS=2
|
||||
|
||||
script: go test -v -tags integration ./...
|
||||
Reference in New Issue
Block a user