Commit 312bc84b by Andrew Nesbitt

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

This reverts commit dd6fcd0f.
parent a5c7f0b8
var spawn = require('child_process').spawn; var spawn = require('child_process').spawn;
spawn('node-gyp', ['rebuild']); if (process.platform === 'darwin') {
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