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 a255b3b commit e57e0f4Copy full SHA for e57e0f4
.travis.yml
@@ -29,7 +29,7 @@ before_script:
29
- composer self-update
30
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi;'
31
- sh -c 'if [ "$SYMFONY_VERSION" != "no" ]; then composer require symfony/symfony:${SYMFONY_VERSION} --no-update; fi;'
32
- - composer update --prefer-source
+ - composer update --prefer-dist
33
- vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
34
35
script: phpunit --coverage-text
0 commit comments