Skip to content

Commit

Permalink
Cache electron instead of cache on build providers
Browse files Browse the repository at this point in the history
Antonio Scandurra committed Aug 11, 2016
1 parent 6f9a820 commit 6a99bb3
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ script: false

cache:
directories:
- cache
- electron
- node_modules
- apm/node_modules
- script/node_modules
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -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'
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ dependencies:
- script/build --code-sign --compress-artifacts

cache_directories:
- cache
- electron
- apm/node_modules
- script/node_modules
- node_modules

0 comments on commit 6a99bb3

Please sign in to comment.