Fix AppVeyor cache never being successfully built

Oh that wonderful Windows world...
This commit is contained in:
Jérémie Astori 2016-10-17 01:41:14 -04:00 committed by GitHub
parent b2a0cae626
commit 79e20c83d5

View File

@ -23,7 +23,7 @@ test_script:
# cache npm modules
cache:
- '%AppData%/npm-cache'
- '%AppData%\npm-cache'
# Don't actually build
build: off