Skip to content

Commit

Permalink
Added caching of node_modules/ directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuth committed Nov 12, 2017
1 parent 5a54573 commit 5025028
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@ node_js:
- "9"
- "lts/*"

#
# Cache the node_modules directory
#
cache:
directories:
- "node_modules"

0 comments on commit 5025028

Please sign in to comment.