Do not cache npm-cache folder on appveyor

This commit is contained in:
Pavel Djundik 2016-06-13 22:34:34 +03:00
parent 7cf72dc744
commit 32ee527ea5

View file

@ -24,7 +24,6 @@ test_script:
# cache npm modules
cache:
- node_modules
- '%APPDATA%\npm-cache'
# Don't actually build
build: off