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 02f26ce commit 835274cCopy full SHA for 835274c
.travis.yml
@@ -18,7 +18,7 @@ sudo: false
18
before_script:
19
- composer self-update
20
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
21
- - composer install --dev --prefer-source --no-interaction
+ - composer install --dev --prefer-dist --no-interaction
22
23
script:
24
- php vendor/bin/phpunit
0 commit comments