Skip to content

Commit ab639f8

Browse files
committed
fix travis config
1 parent e4663a8 commit ab639f8

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
@@ -20,7 +20,7 @@ env:
2020
- SYMFONY_VERSION=3.0.*
2121

2222
install:
23-
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/dependency-injection:${SYMFONY_VERSION}; fi;
23+
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/dependency-injection:${SYMFONY_VERSION} symfony/framework-bundle:${SYMFONY_VERSION} symfony/http-kernel:${SYMFONY_VERSION}; fi;
2424

2525
before_script:
2626
- composer update --prefer-dist -n --no-progress

0 commit comments

Comments
 (0)