Skip to content

Commit

Permalink
Add caching of node_modules directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsw committed Jul 25, 2017
1 parent 1f558de commit 560b248
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -1,6 +1,9 @@
language: node_js
node_js:
- 8
cache:
directories:
- node_modules

before_install:
- cd ./app
Expand Down

0 comments on commit 560b248

Please sign in to comment.