File tree Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ language: node_js
22os :
33 - linux
44node_js :
5- - " 9.3 "
6- - " 8.9 "
5+ - " 9.8 "
6+ - " 8.10 "
77 - " 7.10"
8- - " 6.12 "
8+ - " 6.13 "
99 - " 5.12"
1010 - " 4.8"
1111 - " iojs-v3.3"
@@ -32,12 +32,24 @@ matrix:
3232 include :
3333 - node_js : " lts/*"
3434 env : PRETEST=true
35+ - node_js : " 9.7"
36+ env : TEST=true ALLOW_FAILURE=true
37+ - node_js : " 9.6"
38+ env : TEST=true ALLOW_FAILURE=true
39+ - node_js : " 9.5"
40+ env : TEST=true ALLOW_FAILURE=true
41+ - node_js : " 9.4"
42+ env : TEST=true ALLOW_FAILURE=true
43+ - node_js : " 9.3"
44+ env : TEST=true ALLOW_FAILURE=true
3545 - node_js : " 9.2"
3646 env : TEST=true ALLOW_FAILURE=true
3747 - node_js : " 9.1"
3848 env : TEST=true ALLOW_FAILURE=true
3949 - node_js : " 9.0"
4050 env : TEST=true ALLOW_FAILURE=true
51+ - node_js : " 8.9"
52+ env : TEST=true ALLOW_FAILURE=true
4153 - node_js : " 8.8"
4254 env : TEST=true ALLOW_FAILURE=true
4355 - node_js : " 8.7"
@@ -76,6 +88,8 @@ matrix:
7688 env : TEST=true ALLOW_FAILURE=true
7789 - node_js : " 7.0"
7890 env : TEST=true ALLOW_FAILURE=true
91+ - node_js : " 6.12"
92+ env : TEST=true ALLOW_FAILURE=true
7993 - node_js : " 6.11"
8094 env : TEST=true ALLOW_FAILURE=true
8195 - node_js : " 6.10"
@@ -176,6 +190,8 @@ matrix:
176190 env : TEST=true ALLOW_FAILURE=true
177191 - node_js : " 0.9"
178192 env : TEST=true ALLOW_FAILURE=true
193+ - node_js : " 0.6"
194+ env : TEST=true ALLOW_FAILURE=true
179195 - node_js : " 0.4"
180196 env : TEST=true ALLOW_FAILURE=true
181197 allow_failures :
Original file line number Diff line number Diff line change @@ -52,13 +52,14 @@ test('core modules', function (t) {
5252 st . end ( ) ;
5353 } ) ;
5454
55- t . test ( 'core via buildinModules list' , { skip : ! resolve . core . module } , function ( st ) {
55+ t . test ( 'core via builtinModules list' , { skip : ! resolve . core . module } , function ( st ) {
5656 var libs = require ( 'module' ) . builtinModules ;
5757 if ( ! libs ) {
5858 st . skip ( 'module.builtinModules does not exist' ) ;
5959 return st . end ( ) ;
6060 }
6161 var blacklist = [
62+ '_debug_agent' ,
6263 'v8/tools/tickprocessor-driver' ,
6364 'v8/tools/SourceMap' ,
6465 'v8/tools/tickprocessor' ,
You can’t perform that action at this time.
0 commit comments