Skip to content

Commit 0588e80

Browse files
committed
Use COMPOSER_ROOT_VERSION env variable to fix branch builds
1 parent 3c600dc commit 0588e80

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ php:
88
- 7.3
99
- 7.4
1010

11+
env:
12+
global:
13+
- COMPOSER_ROOT_VERSION=1.3
14+
1115
before_install:
1216
- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{,.disabled} || echo "xdebug not available"
1317

0 commit comments

Comments
 (0)