sprity / sprity-lwip

lwip image processing engine for sprity
MIT License
1 stars 20 forks source link

Upgrading lwip version #4

Closed thibthib closed 9 years ago

thibthib commented 9 years ago

Hey,

As lwip 0.0.7 doesn’t install with Node 4, but the 0.0.8 does, I tried to upgrade its version, and all the tests are green.

sprity-lwip
    ✓ should return a png image buffer (82ms)
    ✓ should return a jpg image buffer (42ms)
    ✓ should return a gif image buffer (47ms)

  3 passing (180ms)

Can you give it a go ?

thibthib commented 9 years ago

Also, as io.js and Node have merged into the version 4 of Node, I replaced the io.js travis environment by the Node 4 one.