Skip to content

Commit

Permalink
Add cahcing for node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kahwee committed Mar 15, 2015
1 parent 25acea8 commit 4081e5e
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 @@ -3,5 +3,8 @@ language: node_js
node_js:
- iojs
- "0.12"
cache:
directories:
- node_modules
after_success:
- npm run-script coverage

0 comments on commit 4081e5e

Please sign in to comment.