Browse Source

chore: cache node_modules (#588)

test
Daniel Ruf 6 years ago
committed by JP Richardson
parent
commit
5b29ae3aa5
  1. 3
      .travis.yml
  2. 3
      appveyor.yml

3
.travis.yml

@ -20,3 +20,6 @@ matrix:
script: npm run-script $TEST_SUITE script: npm run-script $TEST_SUITE
after_success: after_success:
- if [ $TEST_SUITE = full-ci ]; then npm run coveralls; fi - if [ $TEST_SUITE = full-ci ]; then npm run coveralls; fi
cache:
directories:
- node_modules

3
appveyor.yml

@ -24,3 +24,6 @@ test_script:
# Don't actually build. # Don't actually build.
build: off build: off
cache:
- node_modules
Loading…
Cancel
Save