File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,8 @@ sudo: false
33language : node_js
44
55node_js :
6- - " 4"
76 - " 6"
87 - " 8"
9- - " 9"
108
119matrix :
1210 fast_finish : true
Original file line number Diff line number Diff line change @@ -5,16 +5,10 @@ version: "{build}"
55# What combinations to test
66environment :
77 matrix :
8- - nodejs_version : " 4"
9- platform : x64
10- - nodejs_version : " 4"
11- platform : x86
128 - nodejs_version : " 6"
139 platform : x86
1410 - nodejs_version : " 8"
1511 platform : x86
16- - nodejs_version : " 9"
17- platform : x86
1812
1913install :
2014 - ps : Install-Product node $env:nodejs_version $env:platform
Original file line number Diff line number Diff line change 11{
22 "name" : " grunt-contrib-internal" ,
33 "description" : " Internal tasks for managing the grunt-contrib projects" ,
4- "version" : " 2 .0.0" ,
4+ "version" : " 3 .0.0" ,
55 "author" : {
66 "name" : " Grunt Team" ,
77 "url" : " http://gruntjs.com/"
88 },
99 "repository" : " gruntjs/grunt-contrib-internal" ,
1010 "license" : " MIT" ,
1111 "engines" : {
12- "node" : " >=4 "
12+ "node" : " >=6 "
1313 },
1414 "scripts" : {
1515 "test" : " grunt test"
You can’t perform that action at this time.
0 commit comments