We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f01d9 commit 00f7c2bCopy full SHA for 00f7c2b
.travis.yml
@@ -33,9 +33,8 @@ matrix:
33
34
before_install:
35
- sudo apt-get update
36
- - sudo apt-get -y install libzstd-dev
37
- pecl update-channels
38
- - yes | pecl install -f igbinary lzf redis
+ - yes | pecl install -f igbinary redis
39
- phpenv config-add tests/php-travis.ini
40
- redis-server --port 63791 &
41
- redis-server --port 63792 &
composer.json
@@ -47,7 +47,6 @@
47
},
48
"require-dev": {
49
"ext-igbinary": "*",
50
- "ext-lzf": "*",
51
"ext-memcached": "*",
52
"ext-pcntl": "*",
53
"ext-pdo_mysql": "*",
0 commit comments