diff --git a/.travis.yml b/.travis.yml index 6b03dd46..e5077b7d 100644 --- a/.travis.yml +++ b/.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 diff --git a/appveyor.yml b/appveyor.yml index 0366971e..8b95459f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,6 +28,6 @@ artifacts: cache: - node_modules - - *\node_modules - - '%LOCALAPPDATA%/Yarn' + - '*\node_modules' + - '%LOCALAPPDATA%\Yarn' - '%USERPROFILE%\.electron'