Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
improve travis with caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Jun 21, 2015
1 parent 6aff31f commit d5ca74a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ node_js:
- iojs
- 0.12

cache:
directories:
- node_modules

after_script:
- npm run codeclimate

0 comments on commit d5ca74a

Please sign in to comment.