Merge pull request #700 from thelounge/astorije/appveyor-cache

Fix AppVeyor cache never being successfully built
This commit is contained in:
Jérémie Astori 2016-10-17 03:34:09 -04:00 committed by GitHub
commit 427a630094
1 changed files with 1 additions and 1 deletions

View File

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