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:
authorRebecca Turner <me@re-becca.org>2016-10-25 03:44:40 +0300
committerKat Marchán <kzm@sykosomatic.org>2016-10-25 03:55:42 +0300
commitba3a156f7f5fed2a51d54d8c9dd27cd09bf76950 (patch)
treef6becb311210b6a7f3a5197c36dd9ca0ad834b5f /.travis.yml
parentc98a2d222faa9014b868956fef18a35bc2f2503f (diff)
travis: Fix travis config to run nyc broken tests too
Credit: @iarna PR-URL: https://github.com/npm/npm/pull/14400
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 6b5990850..59a4389e5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ matrix:
env: DEPLOY_VERSION=testing COVERALLS_REPO_TOKEN="$COVERALLS_OPTIONAL_TOKEN"
script:
- "node . run tap-cover -- \"test/tap/*.js\""
- - "unset COVERALLS_REPO_TOKEN ; node . run tap -- \"test/slow/*.js\" \"test/broken-under-travis-and-nyc/*.js\""
+ - "unset COVERALLS_REPO_TOKEN ; node . run tap -- \"test/slow/*.js\" \"test/broken-under-*/*.js\""
# next LTS and master is next most important
- node_js: "6"
env: DEPLOY_VERSION=testing
@@ -51,4 +51,4 @@ install:
- "node . install --ignore-scripts"
- "make -j4 doc"
script:
- - "node . run tap -- \"test/tap/*.js\" \"test/slow/*.js\" \"test/broken-under-travis-and-nyc/*.js\""
+ - "node . run tap -- \"test/tap/*.js\" \"test/slow/*.js\" \"test/broken-under-nyc/*.js\""