We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af04f7 commit 19ec9b4Copy full SHA for 19ec9b4
1 file changed
.travis.yml
@@ -32,6 +32,8 @@ before_script:
32
- echo "extension=redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
33
- pecl install igbinary
34
- pecl install msgpack
35
+ # travis loads xdebug 3 in PHP 7.3+ which mess up the builds
36
+ - phpenv config-rm xdebug.ini
37
38
install:
39
- composer update -o --prefer-source --no-interaction
0 commit comments