Skip to content

Commit

Permalink
Speed up composer install on travis
Browse files Browse the repository at this point in the history
Add caching between builds
  • Loading branch information
ihor-sviziev committed Aug 18, 2020
1 parent 1f62186 commit aee022f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,9 @@ php:
- 7.2
- 7.3
- 7.4
cache:
directories:
- $HOME/.composer/cache/files
install: composer install --no-interaction --prefer-dist
script:
- vendor/bin/phpunit
Expand Down

0 comments on commit aee022f

Please sign in to comment.