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>2020-07-25 01:18:03 +0300
committerisaacs <i@izs.me>2020-07-29 21:55:03 +0300
commit876ea2d833881c358702bb3893fc4caa124e3a45 (patch)
tree87834a842fa17c9d10f5eef9f11dd1aee3ffadd2 /.travis.yml
parentb85520f77c24157f4532447fd0232a9c582e7fc5 (diff)
update CI test script for travis
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 cf83bdd5f..0c6e0915d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,4 +15,4 @@ install:
- "node . install"
script:
- - "node . run tap -- \"test/tap/*.js\" -t600 -Rclassic -c"
+ - "node . test -- -t600 -Rclassic -c"