Преглед на файлове

Do not cache the local node_modules

Steven Silvester преди 7 години
родител
ревизия
c4ec428271
променени са 2 файла, в които са добавени 1 реда и са изтрити 2 реда
  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: