senecajs / seneca-transport

Seneca micro-services message transport over TCP and HTTP.
MIT License
63 stars 45 forks source link

Tests failing when using Seneca@1.4.0 and Node@5 #93

Closed shanel262 closed 8 years ago

shanel262 commented 8 years ago

The tests are failing when Node@5 is used, giving an error that the module 'wreck' cannot be found. The tests are also failing when using Seneca@1.4.0 with all versions of node. https://travis-ci.org/senecajs/seneca-transport/builds/125606868

shanel262 commented 8 years ago

This module is now being tested with Node@6 and the tests are failing because it cannot find module 'Wreck' https://travis-ci.org/senecajs/seneca-transport/builds/129086855 #99

mcdonnelldean commented 8 years ago

Landed in #101