From ba3a156f7f5fed2a51d54d8c9dd27cd09bf76950 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Mon, 24 Oct 2016 17:44:40 -0700 Subject: travis: Fix travis config to run nyc broken tests too Credit: @iarna PR-URL: https://github.com/npm/npm/pull/14400 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') 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\"" -- cgit v1.2.3