Skip to content

Commit aee022f

Browse files
authored
Speed up composer install on travis
Add caching between builds
1 parent 1f62186 commit aee022f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ php:
66
- 7.2
77
- 7.3
88
- 7.4
9+
cache:
10+
directories:
11+
- $HOME/.composer/cache/files
912
install: composer install --no-interaction --prefer-dist
1013
script:
1114
- vendor/bin/phpunit

0 commit comments

Comments
 (0)