Skip to content

Commit 88cae25

Browse files
committed
GrumPHP v0.14.x isn't compatible with Composer2.x
1 parent 0d1f448 commit 88cae25

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ matrix:
3939
allow_failures:
4040
- php: 5.6
4141
- php: 7.4
42-
42+
43+
before_install:
44+
- travis_retry composer self-update --1
45+
4346
install:
4447
- if [[ $symfony != '*' ]]; then travis_retry composer require symfony/http-foundation:${symfony} --no-update --no-interaction; fi
4548
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction; fi

0 commit comments

Comments
 (0)