Skip to content

Commit e57e0f4

Browse files
committed
Use dists in order to profit from Travis caching
1 parent a255b3b commit e57e0f4

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
@@ -29,7 +29,7 @@ before_script:
2929
- composer self-update
3030
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi;'
3131
- sh -c 'if [ "$SYMFONY_VERSION" != "no" ]; then composer require symfony/symfony:${SYMFONY_VERSION} --no-update; fi;'
32-
- composer update --prefer-source
32+
- composer update --prefer-dist
3333
- vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
3434

3535
script: phpunit --coverage-text

0 commit comments

Comments
 (0)