Skip to content

Commit 4c61d8d

Browse files
committed
prefer-dist when installing composer deps
1 parent c858084 commit 4c61d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_install:
1717
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi
1818

1919
install:
20-
- composer update $COMPOSER_FLAGS --prefer-source --optimize-autoloader
20+
- composer update $COMPOSER_FLAGS --prefer-dist --optimize-autoloader
2121

2222
before_script:
2323
- mkdir -p build/logs

0 commit comments

Comments
 (0)