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:47:59 +0300
committerisaacs <i@izs.me>2019-08-09 19:47:59 +0300
commit82f8e17c3dd71c1d90ee5193edafcfd168e5c5f3 (patch)
tree41350079de9d9bceed70ebd5c363ba6cc97aab19 /.travis.yml
parent941f994097852de5017322e3e1441ca6953eaebb (diff)
test: remove empty test set that's no longer used
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ef949a0d4..9c8f9956d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ matrix:
script:
- "npx standard"
- "node . run licenses"
- - "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\""
+ - "node . run tap -- \"test/tap/*.js\"
- node_js: "8"
env: DEPLOY_VERSION=testing
- node_js: "6"