Merge pull request #382 from josephfrazier/travis-cache-node_modules

travis: cache node_modules for faster builds
This commit is contained in:
David Majda 2015-12-11 15:30:01 +01:00
commit f34ef59ff3

View file

@ -4,3 +4,6 @@ node_js:
- "0.10"
- "0.12"
- "iojs"
cache:
directories:
- node_modules