Skip to content

Commit

Permalink
chore: cache node_modules (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf authored and jprichardson committed Jun 1, 2018
1 parent 3eceb91 commit 5b29ae3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -20,3 +20,6 @@ matrix:
script: npm run-script $TEST_SUITE
after_success:
- if [ $TEST_SUITE = full-ci ]; then npm run coveralls; fi
cache:
directories:
- node_modules
3 changes: 3 additions & 0 deletions appveyor.yml
Expand Up @@ -24,3 +24,6 @@ test_script:

# Don't actually build.
build: off

cache:
- node_modules

0 comments on commit 5b29ae3

Please sign in to comment.