Skip to content

Commit

Permalink
Merge pull request #353 from jrfnl/feature/travis-improve-caching
Browse files Browse the repository at this point in the history
Travis: cache the correct Composer directories
  • Loading branch information
rmccue authored Sep 16, 2019
2 parents 1d44896 + df15c46 commit 549d671
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ matrix:
cache:
directories:
- $HOME/.cache/pip
# Cache directory for older Composer versions.
- $HOME/.composer/cache/files
# Cache directory for more recent Composer versions.
- $HOME/.cache/composer/files

install:
# Setup the test server
Expand Down

0 comments on commit 549d671

Please sign in to comment.