Skip to content

Commit ae49f93

Browse files
committed
minor tweaks to the travis setup
1 parent 977931a commit ae49f93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ env:
1010
- SYMFONY_VERSION=dev-master
1111

1212
before_script:
13-
- composer require symfony/routing:${SYMFONY_VERSION} --no-update
14-
- composer install --dev
13+
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
14+
- composer update
1515
- cp ./Tests/Functional/config/parameters.yml.dist ./Tests/Functional/config/parameters.yml
1616
- php Tests/Functional/console doctrine:phpcr:init:dbal
1717
- php Tests/Functional/console doctrine:phpcr:repository:init

0 commit comments

Comments
 (0)