Skip to content

Commit 1b36459

Browse files
committed
Update travis config
1 parent 7d236c8 commit 1b36459

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ before_script:
1212
- composer self-update
1313
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/config:${SYMFONY_VERSION} symfony/dependency-injection:${SYMFONY_VERSION} symfony/event-dispatcher:${SYMFONY_VERSION} symfony/http-kernel:${SYMFONY_VERSION} symfony/framework-bundle:${SYMFONY_VERSION}; fi;
1414
- if [ "$SYMFONY_EVENT_DISPATCHER_VERSION" != "" ]; then composer require --no-update symfony/event-dispatcher:${SYMFONY_EVENT_DISPATCHER_VERSION}; fi;
15+
- if [ "$SYMFONY_EVENT_DISPATCHER_VERSION" = "" ]; then composer require --no-update symfony/event-dispatcher:{$SYMFONY_VERSION}; fi;
1516
- composer install --no-interaction --prefer-source --dev
1617

1718
script: phpunit --verbose

0 commit comments

Comments
 (0)