Skip to content

Commit 83e7b45

Browse files
committed
fix typo
1 parent b333892 commit 83e7b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ install:
231231
composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-master
232232
233233
- |
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
234+
# Legacy tests are skipped when deps=high and when the current branch version has not the same major version number as the next one
235235
[[ $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
236236
237237
export COMPOSER_ROOT_VERSION=$SYMFONY_VERSION.x-dev

0 commit comments

Comments
 (0)