Cache node_modules on Travis

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/
This commit is contained in:
Paul O’Shannessy
2014-06-30 14:19:24 -07:00
parent 94fd726f86
commit dc8ec2fab1
+3
View File
@@ -2,6 +2,9 @@
language: node_js
node_js:
- '0.10'
cache:
directories:
- node_modules
script:
- |
grunt $TEST_TYPE