Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
chore: cache node_modules (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf authored and joehand committed May 31, 2018
1 parent 5e7d183 commit 7d8fbf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -12,3 +12,7 @@ script:

after_success:
- npm i -g codecov && npm run coverage && codecov

cache:
directories:
- node_modules

0 comments on commit 7d8fbf8

Please sign in to comment.