File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : c++
22sudo : false
33env :
4- - NODE_VERSION="0.11"
5- - NODE_VERSION="0.12"
6- - NODE_VERSION="1"
7- - NODE_VERSION="2"
8- - NODE_VERSION="3"
94 - NODE_VERSION="4"
105 - NODE_VERSION="5"
116 - NODE_VERSION="6"
127 - NODE_VERSION="7"
138 - NODE_VERSION="8"
9+ - NODE_VERSION="9"
1410
1511# keep this blank to make sure there are no before_install steps
1612before_install :
Original file line number Diff line number Diff line change 11environment :
22 matrix :
3+ - nodejs_version : ' 9'
34 - nodejs_version : ' 8'
45 - nodejs_version : ' 7'
56 - nodejs_version : ' 6'
Original file line number Diff line number Diff line change 3131 "eslint-config-airbnb-base" : " ^4.0.2" ,
3232 "eslint-plugin-import" : " ^1.11.1" ,
3333 "mocha" : " ^2.5.3" ,
34- "shelljs" : " ^0.7.3 " ,
34+ "shelljs" : " ^0.8.1 " ,
3535 "shelljs-changelog" : " ^0.2.2" ,
3636 "shelljs-release" : " ^0.2.0" ,
3737 "should" : " ^10.0.0"
3838 },
3939 "peerDependencies" : {
40- "shelljs" : " ^0.7.3 "
40+ "shelljs" : " ^0.8.1 "
4141 },
4242 "dependencies" : {
4343 "opener" : " ^1.4.1"
44+ },
45+ "engines" : {
46+ "node" : " >=4"
4447 }
4548}
You can’t perform that action at this time.
0 commit comments