Skip to content

Commit

Permalink
Cache node_modules on Travis
Browse files Browse the repository at this point in the history
This isn't actually enabled yet for public projects, but this will help
us speed up builds when it does get enabled.

http://docs.travis-ci.com/user/caching/
  • Loading branch information
zpao committed Jun 30, 2014
1 parent 94fd726 commit dc8ec2f
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 @@ -2,6 +2,9 @@
language: node_js
node_js:
- '0.10'
cache:
directories:
- node_modules
script:
- |
grunt $TEST_TYPE
Expand Down

0 comments on commit dc8ec2f

Please sign in to comment.