Merge pull request #687 from thelounge/astorije/ci-caches

Use CI caches for downloaded files instead of installed ones
This commit is contained in:
Jérémie Astori 2016-10-14 23:31:21 -04:00 committed by GitHub
commit 3a0017583b
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ matrix:
cache:
directories:
- node_modules
- ~/.npm
notifications:
email:

View File

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