From fda9696523fe6e2d357736f2e2e7f6403ee73472 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Tue, 9 May 2017 23:17:13 -0700 Subject: travis: ditch npm5 specific stuff Also prune after install, instead of before. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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\"" -- cgit v1.2.3