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.
2 parents f21ed13 + e57e0f4 commit ac975ffCopy full SHA for ac975ff
.travis.yml
@@ -4,7 +4,7 @@ sudo: false
4
5
cache:
6
directories:
7
- - vendor
+ - $HOME/.composer/cache
8
9
php:
10
- 5.3
@@ -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