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.
2 parents a86cdb5 + 327fb95 commit 9a5003eCopy full SHA for 9a5003e
.travis.yml
@@ -222,7 +222,7 @@ install:
222
composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-master
223
224
- |
225
- # 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
226
[[ $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
227
228
export COMPOSER_ROOT_VERSION=$SYMFONY_VERSION.x-dev
0 commit comments