Skip to content

Commit ea0eb81

Browse files
authored
Merge pull request #193 from magento/ihor-sviziev-patch-1
Speed up composer install on travis
2 parents 405b9bb + 79ba147 commit ea0eb81

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ php:
66
- 7.2
77
- 7.3
88
- 7.4
9-
install: composer install --no-interaction --prefer-source
9+
cache:
10+
directories:
11+
- $HOME/.composer/cache/files
12+
install: composer install --no-interaction --prefer-dist
1013
script:
1114
- vendor/bin/phpunit
1215
- vendor/bin/phpcs --standard=Magento2 Magento2/ --extensions=php

0 commit comments

Comments
 (0)