Eugene Pankov 6 years ago
parent
commit
247053665c
2 changed files with 3 additions and 3 deletions
  1. 1 1
      .travis.yml
  2. 2 2
      appveyor.yml

+ 1 - 1
.travis.yml

@@ -68,7 +68,7 @@ addons:
 cache:
   directories:
   - node_modules
-  - */node_modules
+  - '*/node_modules'
   - $HOME/.cache/yarn
   - $HOME/.cache/electron
   - $HOME/.cache/electron-builder

+ 2 - 2
appveyor.yml

@@ -28,6 +28,6 @@ artifacts:
 
 cache:
   - node_modules
-  - *\node_modules
-  - '%LOCALAPPDATA%/Yarn'
+  - '*\node_modules'
+  - '%LOCALAPPDATA%\Yarn'
   - '%USERPROFILE%\.electron'