Skip to content

Commit 7d7d248

Browse files
Update .travis.yml
1 parent 4bccbd5 commit 7d7d248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ matrix:
1919
install:
2020
- |
2121
if [[ $COMPOSER_LOCK = true ]]; then
22-
composer install
22+
COMPOSER_ROOT_VERSION=4.x-dev composer install
2323
else
24-
composer update
24+
COMPOSER_ROOT_VERSION=4.x-dev composer update
2525
fi
2626
# coding style
2727
- if [[ $STATIC_ANALYSIS != "" ]]; then composer create-project symplify/easy-coding-standard:v2.5.12 temp/ecs; fi

0 commit comments

Comments
 (0)