Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit d3f7256

Browse files
committed
Fix broken tests
1 parent ee9aa60 commit d3f7256

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
@@ -21,7 +21,7 @@ matrix:
2121

2222
before_script:
2323
- composer selfupdate
24-
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --prefer-source
24+
- composer require symfony/symfony:${SYMFONY_VERSION} --prefer-source
2525
- vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
2626

2727
script:

0 commit comments

Comments
 (0)