ci: only enable yarn cache in appveyor

This commit is contained in:
Clark Du 2018-08-07 10:57:33 +01:00
parent dc4c503a8c
commit f70bcb58bd
No known key found for this signature in database
GPG Key ID: 32CBD8CD478AF898
1 changed files with 2 additions and 3 deletions

View File

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