We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.travis.yml
1 parent 4323289 commit d2e9b28Copy full SHA for d2e9b28
.travis.yml
@@ -37,7 +37,7 @@ cache:
37
38
before_install:
39
- rm -rf composer.lock vendor/
40
- - if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/workflow:${SYMFONY_VERSION}" --no-update; fi;
+ - if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/workflow:${SYMFONY_VERSION}" "symfony/translation:${SYMFONY_VERSION}" --no-update; fi;
41
42
install: COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --prefer-dist --no-interaction
43
0 commit comments