Skip to content

Commit

Permalink
Merge pull request emberjs#14374 from emberjs/cache-caches
Browse files Browse the repository at this point in the history
Cache the caches to avoid some npm bizarreness when bumping packages.
  • Loading branch information
rwjblue authored Sep 28, 2016
2 parents 27d6784 + 221bd5a commit 26cc7d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ addons:

cache:
directories:
- node_modules
- bower_components
- $HOME/.npm
- $HOME/.cache # includes bowers cache

before_install:
- "npm config set spin false"
Expand Down

0 comments on commit 26cc7d2

Please sign in to comment.