build(node): update node from 4.1.1 to 4.2.1

This is just a maintenance upgrade to keep us close to the latest release.

No known bugs are being fixed by this upgrade.

I also removed the npm override in .travis.yaml since node 4 ships with a recent version of npm
and usually this version is preferred (it might contain custom patches).

Closes #4939
This commit is contained in:
Igor Minar
2015-10-27 14:26:45 +01:00
parent 4fe17923cf
commit fbe748f273
4 changed files with 6 additions and 9 deletions

View File

@ -47,8 +47,8 @@ var sauceConf = require('./sauce.conf');
var os = require('os');
require('./tools/check-environment')({
requiredNpmVersion: '>=2.14.5',
requiredNodeVersion: '>=4.1.1'
requiredNpmVersion: '>=2.14.7',
requiredNodeVersion: '>=4.2.1'
});
// Make it easy to quiet down portions of the build.