Skip to content

Commit 1f62186

Browse files
authored
Speed up composer install on travis
1 parent edca711 commit 1f62186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ php:
66
- 7.2
77
- 7.3
88
- 7.4
9-
install: composer install --no-interaction --prefer-source
9+
install: composer install --no-interaction --prefer-dist
1010
script:
1111
- vendor/bin/phpunit
1212
- vendor/bin/phpcs --standard=Magento2 Magento2/ --extensions=php

0 commit comments

Comments
 (0)