summaryrefslogtreecommitdiff
path: root/deps/npm/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/.travis.yml')
-rw-r--r--deps/npm/.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/.travis.yml b/deps/npm/.travis.yml
index ea6dedb5ce..dbf67611c4 100644
--- a/deps/npm/.travis.yml
+++ b/deps/npm/.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\""