Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't cache node_modules in AppVeyor tests #606

Merged
merged 1 commit into from Feb 9, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Don't cache node_modules in AppVeyor tests

See the discussion at
#602 (comment)

> 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.
  • Loading branch information
josephfrazier committed Feb 9, 2016
commit 110f7bcb02d822663841e04476e9e8d7bc088fc5
@@ -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
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.