Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Frazier <1212jtraceur@gmail.com>2016-02-09 22:13:03 +0300
committerJoseph Frazier <1212jtraceur@gmail.com>2016-02-09 22:16:10 +0300
commit110f7bcb02d822663841e04476e9e8d7bc088fc5 (patch)
tree3111f121482d875e3d8a6634bc63098154ffb289 /appveyor.yml
parent6f48cf7a2b52630aa921404635f684fb0e2f4598 (diff)
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.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c604a05..27f29d5 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