File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed
Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1- 6.6.0
1+ 6.9.5
Original file line number Diff line number Diff line change 11language : node_js
22sudo : false
33node_js :
4- - ' 6.6.0'
4+ - ' 6.9.5'
5+
56git :
67 # Increased from default (50) to ensure last release tag is in this range
78 depth : 150
Original file line number Diff line number Diff line change 11machine :
22 node :
3- version : 6.6.0
3+ version : 6.9.5
44
55dependencies :
66 pre :
7- - npm install -g npm@3.5.3
7+ - npm install -g npm@3.10.7
88
99test :
1010 override :
Original file line number Diff line number Diff line change 1111// THIS CHECK SHOULD BE THE FIRST THING IN THIS FILE
1212// This is to ensure that we catch env issues before we error while requiring other dependencies.
1313require ( './tools/check-environment' ) ( {
14- requiredNpmVersion : '>=3.5.3 <4.0.0' ,
15- requiredNodeVersion : '>=5.4.1 <7.0.0' ,
14+ requiredNpmVersion : '>=3.10.7 <4.0.0' ,
15+ requiredNodeVersion : '>=6.9.5 <7.0.0' ,
1616} ) ;
1717
1818const gulp = require ( 'gulp' ) ;
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ set -e -o pipefail
44
55echo ' travis_fold:start:ENV'
66
7- NODE_VERSION=5.4.1
8- NPM_VERSION=3.5.3
7+ NODE_VERSION=6.9.5
8+ NPM_VERSION=3.10.7 # do not upgrade to >3.10.8 unless https://github.com/npm/npm/issues/14042 is resolved
99YARN_VERSION=0.19.1
1010CHROMIUM_VERSION=403382 # Chrome 53 linux stable, see https://www.chromium.org/developers/calendar
1111SAUCE_CONNECT_VERSION=4.3.11
You can’t perform that action at this time.
0 commit comments