Skip to content

Commit d2e9b28

Browse files
committed
Update .travis.yml in order to require "symfony/translation" in a specific version
1 parent 4323289 commit d2e9b28

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
@@ -37,7 +37,7 @@ cache:
3737

3838
before_install:
3939
- rm -rf composer.lock vendor/
40-
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/workflow:${SYMFONY_VERSION}" --no-update; fi;
40+
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/workflow:${SYMFONY_VERSION}" "symfony/translation:${SYMFONY_VERSION}" --no-update; fi;
4141

4242
install: COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --prefer-dist --no-interaction
4343

0 commit comments

Comments
 (0)