Browse Source

Do not cache the local node_modules

Steven Silvester 7 years ago
parent
commit
c4ec428271
2 changed files with 1 additions and 2 deletions
  1. 0 1
      .travis.yml
  2. 1 1
      appveyor.yml

+ 0 - 1
.travis.yml

@@ -6,7 +6,6 @@ addons:
   firefox: latest
 cache:
   directories:
-    - node_modules
     - $HOME/.npm
 env:
   matrix:

+ 1 - 1
appveyor.yml

@@ -12,7 +12,7 @@ environment:
 
 # build cache to preserve files/folders between builds
 cache:
-  - node_modules # NPM packages
+  - '%APPDATA%\npm-cache'  # npm cache
 
 # scripts that run after cloning repository
 install: