Skip to content

Commit

Permalink
Use COMPOSER_ROOT_VERSION env variable to fix branch builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed May 29, 2020
1 parent 3c600dc commit 0588e80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ php:
- 7.3
- 7.4

env:
global:
- COMPOSER_ROOT_VERSION=1.3

before_install:
- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{,.disabled} || echo "xdebug not available"

Expand Down

0 comments on commit 0588e80

Please sign in to comment.