Commit 8ec43828 by Clinton Blackburn

Merge pull request #274 from edx/cache-node-bower-dependencies

Caching Node and Bower Dependencies
parents 878bed7e 3eb13a02
...@@ -5,8 +5,11 @@ sudo: false ...@@ -5,8 +5,11 @@ sudo: false
# Cache the pip directory. "cache: pip" doesn't work due to install override. See https://github.com/travis-ci/travis-ci/issues/3239. # Cache the pip directory. "cache: pip" doesn't work due to install override. See https://github.com/travis-ci/travis-ci/issues/3239.
cache: cache:
directories: - bundler
- directories:
- $HOME/.cache/pip - $HOME/.cache/pip
- node_modules
- ecommerce/static/bower_components
addons: addons:
apt: apt:
packages: packages:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment