We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9389a3 commit d13c73fCopy full SHA for d13c73f
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 build
36
+ - phpenv config-rm xdebug.ini
37
38
install:
39
- composer update -o --prefer-source --no-interaction
0 commit comments