Closed bellbind closed 9 years ago
So from a quick search i think there might be a solution to the travis build errors: https://github.com/travis-ci/travis-ci/issues/4771
just add the env config:
env:
- CXX=g++-4.8
to your travis.yml file
Thanks! I'm going to merge this in, and when I find some time figure out the travis stuff :)
I made a quick patch for updating to nan-2.0.9 for running on nodejs-4
"npm test" not passed, but the ursa module works as
ursa.generatePrivateKey
priv.toPublicPem
ursa.createPublicKey
pub.encrypt
priv.decrypt