File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,6 @@ language: node_js
22node_js :
33 - " 0.8"
44 - " 0.10"
5+ - " 0.11"
56before_install :
67 - npm install -g grunt-cli
Original file line number Diff line number Diff line change 1111 }
1212 ],
1313 "engines" : {
14- "node" : " >=0.2 .0"
14+ "node" : " >=0.8 .0"
1515 },
1616 "directories" : {
1717 "lib" : " lib"
Original file line number Diff line number Diff line change 1717 } ,
1818
1919 quit : function ( code ) {
20-
21- //Workaround for https://github.com/joyent/node/issues/1669
22-
23- if ( ( ! process . stdout . flush || ! process . stdout . flush ( ) ) && ( parseFloat ( process . versions . node ) < 0.5 ) ) {
24- process . once ( "drain" , function ( ) {
25- process . exit ( code || 0 ) ;
26- } ) ;
27- } else {
28- process . exit ( code || 0 ) ;
29- }
20+ process . exit ( code || 0 ) ;
3021 } ,
3122
3223 isDirectory : function ( name ) {
You can’t perform that action at this time.
0 commit comments