Commit 3eb13a02 by Clinton Blackburn

Caching Node and Bower Dependencies

This should cut Travis CI build times by at least a minute.
parent 167710dc
...@@ -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