Skip to content

Commit

Permalink
Merge pull request thelounge#687 from thelounge/astorije/ci-caches
Browse files Browse the repository at this point in the history
Use CI caches for downloaded files instead of installed ones
  • Loading branch information
astorije committed Oct 15, 2016
2 parents 70bd91b + fbe2430 commit 0b10764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ matrix:

cache:
directories:
- node_modules
- ~/.npm

notifications:
email:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -23,7 +23,7 @@ test_script:

# cache npm modules
cache:
- node_modules
- '%AppData%/npm-cache'

# Don't actually build
build: off

0 comments on commit 0b10764

Please sign in to comment.