ci: disable cache of appveyor

This commit is contained in:
Clark Du 2018-08-07 10:48:23 +01:00
parent fe6c524be1
commit dc4c503a8c
No known key found for this signature in database
GPG Key ID: 32CBD8CD478AF898

View File

@ -4,9 +4,9 @@ environment:
- nodejs_version: "8"
- nodejs_version: "Current"
cache:
- "%LOCALAPPDATA%\\Yarn"
- node_modules
# cache:
# - "%LOCALAPPDATA%\\Yarn"
# - node_modules
# Install scripts. (runs after repo cloning)
install: