Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2019-08-09 19:54:03 +0300
committerisaacs <i@izs.me>2019-08-12 07:45:23 +0300
commit238f8c32a39315cada8c9c3f650f1d73be32447c (patch)
tree1ba832447d6767ff47f804b5d0b27d7efcbdb46d /.travis.yml
parent535226bc3dd99978dce42a03f38b52fb84419d51 (diff)
test: remove broken-under-* test sets
The last two have been merged into the main test set.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 9c8f9956d..4428b6272 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,24 +14,20 @@ matrix:
script:
# run the sudo tests, with coverage enabled
- "sudo PATH=$PATH $(which node) . run tap -- \"test/tap/*.js\" --coverage"
- - "unset COVERALLS_REPO_TOKEN ; node . run tap -- \"test/broken-under-*/*.js\""
# previous LTS is next most important
- node_js: "10"
env: DEPLOY_VERSION=testing
script:
- "npx standard"
- "node . run licenses"
- - "node . run tap -- \"test/tap/*.js\"
+ - "node . run tap -- \"test/tap/*.js\""
- node_js: "8"
env: DEPLOY_VERSION=testing
- node_js: "6"
env: DEPLOY_VERSION=testing
notifications:
slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8
-cache:
- directories:
- - node_modules/.cache
install:
- "node . install"
script:
- - "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\""
+ - "node . run tap -- \"test/tap/*.js\""