Closed arjunmehta closed 9 years ago
That's not strictly a node-buffertools issue. io.js as of v3.0.0 requires a C++11-capable compiler to build add-ons.
If you google around, you can find recipes for installing newer compilers on Travis. You're going to need at least g++ 4.8 or clang++ 3.4.
Hi there,
Some of my modules that use buffertools are failing Travis-CI builds with the latest io.js. Sorry for the longgggg log.
I've tried with iojs v3.0.0 and 3.1.0. It works fine with v2.5.0 and lower.
Note that this doesn't seem to happen on my local machine using nvm and v3.0.0 and higher. Not sure why travis is struggling.