File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -14,24 +14,20 @@ matrix:
1414 script :
1515 # run the sudo tests, with coverage enabled
1616 - " sudo PATH=$PATH $(which node) . run tap -- \" test/tap/*.js\" --coverage"
17- - " unset COVERALLS_REPO_TOKEN ; node . run tap -- \" test/broken-under-*/*.js\" "
1817 # previous LTS is next most important
1918 - node_js : " 10"
2019 env : DEPLOY_VERSION=testing
2120 script :
2221 - " npx standard"
2322 - " node . run licenses"
24- - " node . run tap -- \" test/tap/*.js\"
23+ - " node . run tap -- \" test/tap/*.js\" "
2524 - node_js : " 8"
2625 env : DEPLOY_VERSION=testing
2726 - node_js : " 6"
2827 env : DEPLOY_VERSION=testing
2928notifications :
3029 slack : npm-inc:kRqQjto7YbINqHPb1X6nS3g8
31- cache :
32- directories :
33- - node_modules/.cache
3430install :
3531 - " node . install"
3632script :
37- - " node . run tap -- \" test/tap/*.js\" \" test/broken-under-nyc/*.js \" "
33+ - " node . run tap -- \" test/tap/*.js\" "
Original file line number Diff line number Diff line change 302302 "sudotest" : " sudo npm run tap -- \" test/tap/*.js\" " ,
303303 "sudotest:nocleanup" : " sudo NO_TEST_CLEANUP=1 npm run tap -- \" test/tap/*.js\" " ,
304304 "posttest" : " rimraf test/npm_cache*" ,
305- "test-coverage" : " npm run tap-cover -- \" test/tap/*.js\" \" test/network/*.js\" \" test/broken-under-*/*.js \" " ,
306- "test-tap" : " npm run tap -- \" test/tap/*.js\" \" test/network/*.js\" \" test/broken-under-*/*.js \" " ,
307- "test-node" : " tap --timeout 240 \" test/tap/*.js\" \" test/network/*.js\" \" test/broken-under-nyc*/*.js \" "
305+ "test-coverage" : " npm run tap-cover -- \" test/tap/*.js\" \" test/network/*.js\" " ,
306+ "test-tap" : " npm run tap -- \" test/tap/*.js\" \" test/network/*.js\" " ,
307+ "test-node" : " tap --timeout 240 \" test/tap/*.js\" \" test/network/*.js\" "
308308 },
309309 "license" : " Artistic-2.0"
310310}
You can’t perform that action at this time.
0 commit comments