We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 405b9bb + 79ba147 commit ea0eb81Copy full SHA for ea0eb81
.travis.yml
@@ -6,7 +6,10 @@ php:
6
- 7.2
7
- 7.3
8
- 7.4
9
-install: composer install --no-interaction --prefer-source
+cache:
10
+ directories:
11
+ - $HOME/.composer/cache/files
12
+install: composer install --no-interaction --prefer-dist
13
script:
14
- vendor/bin/phpunit
15
- vendor/bin/phpcs --standard=Magento2 Magento2/ --extensions=php
0 commit comments