postwait / node-amqp

[UNMAINTAINED] node-amqp is an AMQP client for nodejs
MIT License
1.69k stars 357 forks source link

Add usable travis CI config. #235

Closed ssafejava closed 10 years ago

ssafejava commented 11 years ago

A number of tests are failing in the current HEAD - patches are being pushed upstream without proper testing. I figured this would help. See my other pull request for fixes to those tests.

The previous config didn't actually execute any tests at all.

ssafejava commented 11 years ago

Something odd is going on with this configuration; 0.10 and 0.6 throw ECONNREFUSED on every test, and 0.8 passes all tests until it times out on test-reconnection.js. Locally, all of these tests pass. Does anybody have an idea of what might be going on with TravisCI's rabbitMQ?

ssafejava commented 10 years ago

Updated conflicts from upstream, this is ready to merge.