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:
authorRebecca Turner <me@re-becca.org>2017-05-10 09:17:13 +0300
committerRebecca Turner <me@re-becca.org>2017-05-26 04:55:10 +0300
commitfda9696523fe6e2d357736f2e2e7f6403ee73472 (patch)
tree492c5d6e46fff7f3d3e73d5274e042e0e8dfc6a5 /.travis.yml
parentdb23dcfdad4ea739011b0de81728d956be879284 (diff)
travis: ditch npm5 specific stuff
Also prune after install, instead of before.
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\""