Skip to content

Commit 238f8c3

Browse files
committed
test: remove broken-under-* test sets
The last two have been merged into the main test set.
1 parent 535226b commit 238f8c3

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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
2928
notifications:
3029
slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8
31-
cache:
32-
directories:
33-
- node_modules/.cache
3430
install:
3531
- "node . install"
3632
script:
37-
- "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\""
33+
- "node . run tap -- \"test/tap/*.js\""

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,9 @@
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
}

0 commit comments

Comments
 (0)