Skip to content

Commit 00f7c2b

Browse files
author
Willem Stuursma
committed
Remove lzf and tests
1 parent 90f01d9 commit 00f7c2b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ matrix:
3333

3434
before_install:
3535
- sudo apt-get update
36-
- sudo apt-get -y install libzstd-dev
3736
- pecl update-channels
38-
- yes | pecl install -f igbinary lzf redis
37+
- yes | pecl install -f igbinary redis
3938
- phpenv config-add tests/php-travis.ini
4039
- redis-server --port 63791 &
4140
- redis-server --port 63792 &

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
},
4848
"require-dev": {
4949
"ext-igbinary": "*",
50-
"ext-lzf": "*",
5150
"ext-memcached": "*",
5251
"ext-pcntl": "*",
5352
"ext-pdo_mysql": "*",

0 commit comments

Comments
 (0)