Commit dd6fcd0f by Mathew Hartley

Always rebuild (since bindings are out of date when run through travis)

parent 1fdb5643
var spawn = require('child_process').spawn; var spawn = require('child_process').spawn;
if (process.platform === 'darwin') { spawn('node-gyp', ['rebuild']);
spawn('node-gyp', ['rebuild']);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment