mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
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:
@@ -2,6 +2,9 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- '0.10'
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
script:
|
||||
- |
|
||||
grunt $TEST_TYPE
|
||||
|
||||
Reference in New Issue
Block a user