Added caching of node_modules/ directory.

This commit is contained in:
Douglas Muth 2017-11-12 18:07:55 -05:00
parent 5a54573b99
commit 5025028b80

View file

@ -6,4 +6,10 @@ node_js:
- "9"
- "lts/*"
#
# Cache the node_modules directory
#
cache:
directories:
- "node_modules"