Cache snapshot cache on CIs

This commit is contained in:
Antonio Scandurra 2017-03-10 09:39:14 +01:00
parent 1248eb0b20
commit 6ac01d2781
3 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,7 @@ cache:
- apm/node_modules
- script/node_modules
- ~/.atom/compile-cache
- ~/.atom/snapshot-cache
notifications:
email:

View File

@ -52,3 +52,4 @@ cache:
- '%APPVEYOR_BUILD_FOLDER%\electron'
- '%USERPROFILE%\.atom\.apm'
- '%USERPROFILE%\.atom\compile-cache'
- '%USERPROFILE%\.atom\snapshot-cache'

View File

@ -29,6 +29,7 @@ dependencies:
- script/node_modules
- node_modules
- ~/.atom/compile-cache
- ~/.atom/snapshot-cache
test:
override: