Thanks to visit codestin.com Credit goes to github.com
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.
1 parent b333892 commit 83e7b45Copy full SHA for 83e7b45
.travis.yml
@@ -231,7 +231,7 @@ install:
231
composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-master
232
233
- |
234
- # Legacy tests are skipped when deps=high and when the current branch version has not the same major version number than the next one
+ # Legacy tests are skipped when deps=high and when the current branch version has not the same major version number as the next one
235
[[ $deps = high && ${SYMFONY_VERSION%.*} != $(git show $(git ls-remote --heads | grep -FA1 /$SYMFONY_VERSION | tail -n 1):composer.json | grep '^ *"dev-master". *"[1-9]' | grep -o '[0-9]*' | head -n 1) ]] && LEGACY=,legacy
236
237
export COMPOSER_ROOT_VERSION=$SYMFONY_VERSION.x-dev
0 commit comments