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.
1 parent c858084 commit 4c61d8dCopy full SHA for 4c61d8d
.travis.yml
@@ -17,7 +17,7 @@ before_install:
17
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi
18
19
install:
20
- - composer update $COMPOSER_FLAGS --prefer-source --optimize-autoloader
+ - composer update $COMPOSER_FLAGS --prefer-dist --optimize-autoloader
21
22
before_script:
23
- mkdir -p build/logs
0 commit comments