diff --git a/.travis.yml b/.travis.yml index 860391fbe..ef18c51c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ script: false cache: directories: - - cache + - electron - node_modules - apm/node_modules - script/node_modules diff --git a/appveyor.yml b/appveyor.yml index c07f722a7..98a48e743 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,7 +47,7 @@ cache: - '%APPVEYOR_BUILD_FOLDER%\script\node_modules' - '%APPVEYOR_BUILD_FOLDER%\apm\node_modules' - '%APPVEYOR_BUILD_FOLDER%\node_modules' - - '%APPVEYOR_BUILD_FOLDER%\cache' + - '%APPVEYOR_BUILD_FOLDER%\electron' - '%USERPROFILE%\.atom\.apm' - '%USERPROFILE%\.atom\.node-gyp\.atom' - '%USERPROFILE%\.atom\.npm' diff --git a/circle.yml b/circle.yml index fc9f44826..4960a5044 100644 --- a/circle.yml +++ b/circle.yml @@ -26,7 +26,7 @@ dependencies: - script/build --code-sign --compress-artifacts cache_directories: - - cache + - electron - apm/node_modules - script/node_modules - node_modules