File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -7,26 +7,24 @@ language: node_js
77matrix :
88 include :
99 # LTS is our most important target
10- - node_js : " 10 "
10+ - node_js : " 12 "
1111 # DEPLOY_VERSION is used to set the couchapp setup mode for test/tap/registry.js
1212 # only gather coverage info for LTS
1313 env : DEPLOY_VERSION=testing COVERALLS_REPO_TOKEN="$COVERALLS_OPTIONAL_TOKEN"
1414 script :
1515 - " node . run tap-cover -- \" test/tap/*.js\" "
1616 - " unset COVERALLS_REPO_TOKEN ; node . run tap -- \" test/broken-under-*/*.js\" "
1717 # previous LTS is next most important
18- - node_js : " 6"
19- env : DEPLOY_VERSION=testing
20- - node_js : " 8"
21- env : DEPLOY_VERSION=testing
22- - node_js : " 9"
23- env : DEPLOY_VERSION=testing
24- - node_js : " 11"
18+ - node_js : " 10"
2519 env : DEPLOY_VERSION=testing
2620 script :
2721 - " npx standard"
2822 - " node . run licenses"
2923 - " node . run tap -- \" test/tap/*.js\" \" test/broken-under-nyc/*.js\" "
24+ - node_js : " 8"
25+ env : DEPLOY_VERSION=testing
26+ - node_js : " 6"
27+ env : DEPLOY_VERSION=testing
3028notifications :
3129 slack : npm-inc:kRqQjto7YbINqHPb1X6nS3g8
3230cache :
You can’t perform that action at this time.
0 commit comments