File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 4.2 .1
1+ 5.4 .1
Original file line number Diff line number Diff line change 11language : node_js
22sudo : false
33node_js :
4- - ' 4.2 .1'
4+ - ' 5.4 .1'
55
66branches :
77 except :
@@ -60,7 +60,7 @@ addons:
6060 firefox : " 38.0"
6161
6262before_install :
63- - npm install -g npm@3.5.2
63+ - npm install -g npm@3.5.3
6464- node tools/analytics/build-analytics start ci job
6565- node tools/analytics/build-analytics start ci before_install
6666- echo ${TSDRC} > .tsdrc
Original file line number Diff line number Diff line change 11machine :
22 node :
3- version : 4.2 .1
3+ version : 5.4 .1
44test :
55 override :
66 - npm run build
Original file line number Diff line number Diff line change 33// THIS CHECK SHOULD BE THE FIRST THING IN THIS FILE
44// This is to ensure that we catch env issues before we error while requiring other dependencies.
55require ( './tools/check-environment' ) (
6- { requiredNpmVersion : '>=3.5.2 <4.0.0' , requiredNodeVersion : '>=4.2. 1 <5 .0.0' } ) ;
6+ { requiredNpmVersion : '>=3.5.3 <4.0.0' , requiredNodeVersion : '>=5.4. 1 <6 .0.0' } ) ;
77
88
99var fse = require ( 'fs-extra' ) ;
Original file line number Diff line number Diff line change 1919 ],
2020 "license" : " MIT" ,
2121 "engines" : {
22- "node" : " >= 4.2. 1 < 5 "
22+ "node" : " >= 5.4. 1 < 6 "
2323 },
2424 "repository" : {
2525 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments