Update appveyor.yml

This commit is contained in:
Eugene Pankov 2019-06-07 20:05:48 +02:00
parent 247053665c
commit c4a4255a7a

View File

@ -6,10 +6,6 @@ platform:
environment:
nodejs_version: "10"
cache:
- "%USERPROFILE%\\.electron"
- "%LOCALAPPDATA%\\Yarn"
version: "{build}"
install:
@ -28,6 +24,6 @@ artifacts:
cache:
- node_modules
- '*\node_modules'
- '%LOCALAPPDATA%\Yarn'
- '%USERPROFILE%\.electron'
- "*\\node_modules"
- "%USERPROFILE%\\.electron"
- "%LOCALAPPDATA%\\Yarn"