Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a5003e

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: relax some assertions to make tests forward compatible fix typo
2 parents a86cdb5 + 327fb95 commit 9a5003e

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
@@ -222,7 +222,7 @@ install:
222222
composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-master
223223
224224
- |
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
225+
# Legacy tests are skipped when deps=high and when the current branch version has not the same major version number as the next one
226226
[[ $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
227227
228228
export COMPOSER_ROOT_VERSION=$SYMFONY_VERSION.x-dev

0 commit comments

Comments
 (0)