JoshKaufman / ursa

URSA - RSA public/private key OpenSSL bindings for Node.js
Other
620 stars 135 forks source link

[FYI] quick hack for switching to nan-2.0.9 for node-4.0 #104

Closed bellbind closed 9 years ago

bellbind commented 9 years ago

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

mansona commented 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

quartzjer commented 9 years ago

Thanks! I'm going to merge this in, and when I find some time figure out the travis stuff :)