Skip to content

Commit

Permalink
Merge pull request #609 from himankpathak/composercache
Browse files Browse the repository at this point in the history
added caching of composer cache in travis config
  • Loading branch information
Gummibeer committed Oct 6, 2019
2 parents dac271a + ac76aa3 commit 701b821
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,10 @@ php:
- 7.2
- 7.3

cache:
directories:
- $HOME/.composer/cache/files

env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
Expand Down

0 comments on commit 701b821

Please sign in to comment.