Skip to content

Commit da3fd97

Browse files
authored
Merge pull request #196 from GrahamCampbell/patch-1
Update .travis.yml
2 parents 4bccbd5 + 7d7d248 commit da3fd97

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)