From 110f7bcb02d822663841e04476e9e8d7bc088fc5 Mon Sep 17 00:00:00 2001 From: Joseph Frazier <1212jtraceur@gmail.com> Date: Tue, 9 Feb 2016 14:13:03 -0500 Subject: [PATCH] Don't cache node_modules in AppVeyor tests See the discussion at https://github.com/feross/webtorrent/pull/602#issuecomment-181987938 > I prefer not to cache the node_modules folder on CI since I want to > catch bugs that exist in the latest published packages, i.e. what a > user will experience when running npm install webtorrent for the first > time. --- appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c604a053..27f29d50 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,10 +11,6 @@ environment: - nodejs_version: "4" - nodejs_version: "0.12" -# http://www.appveyor.com/docs/build-cache -cache: - - node_modules - # Install scripts. (runs after repo cloning) install: # Get the latest stable version of Node.js or io.js