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

Commit

Permalink
Cache node_modules across builds
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Feb 15, 2016
1 parent 879b4b6 commit a2c3452
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ node_js:
- '5.6'
script:
- npm run lint
cache:
directories:
- node_modules

0 comments on commit a2c3452

Please sign in to comment.