From 6a99bb38bad587d37c730c9a718cdc9a323432d7 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Thu, 11 Aug 2016 12:44:40 +0200 Subject: [PATCH] Cache `electron` instead of `cache` on build providers --- .travis.yml | 2 +- appveyor.yml | 2 +- circle.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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