Skip to content

Commit

Permalink
Cache node_modules/ on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 8, 2016
1 parent 0081cf4 commit 993b5d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -4,5 +4,8 @@ node_js:
- 4
- 0.12
- "0.10"

script: npm run cover
cache:
npm: true
directories:
- node_modules

0 comments on commit 993b5d0

Please sign in to comment.