danwrong / restler

REST client library for node.js
MIT License
1.99k stars 391 forks source link

Travis CI tests #236

Open alexkwolfe opened 8 years ago

alexkwolfe commented 8 years ago

This adds support for running the tests on Travis CI. I'm opening this PR because the tests do not complete when running on Node v4 and v5. I have a fix for that issue as well, but wanted to get these multiple build targets working first so you could see where it's wedging.

alexkwolfe commented 8 years ago

https://travis-ci.org/alexkwolfe/restler/builds/119086988

BryanDollery commented 8 years ago

Hey Alex, would you be able/willing to commit the fix you mention to a branch on your fork? I have the tests freezing locally in node 5 and I dearly want them to work, but I'm busy trying to merge the other outstanding pull requests from here into my fork (https://github.com/BryanDollery/arresting), so I don't have a lot of time to investigate. For me the tests are freezing on the first 'retry' test.

alexkwolfe commented 8 years ago

I believe this is what I was talking about: https://github.com/alexkwolfe/restler/commits/compat