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:
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 ea6dedb5c..dbf67611c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,9 +43,9 @@ cache:
- node_modules/tacks
- node_modules/tap
install:
- - "node . prune"
- "node . rebuild --depth=0"
- "node . install --ignore-scripts"
+ - "node . prune"
- "make -j4 doc"
script:
- "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\""