Skip to content

Commit 2ea6418

Browse files
committed
Use latest redis, igbinary and lzf extensions.
1 parent 835b058 commit 2ea6418

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ matrix:
3232
- php: nightly
3333

3434
before_install:
35-
- yes | pecl install lzf
35+
- pecl update-channels
36+
- yes | pecl install igbinary lzf redis
3637
- phpenv config-add tests/php-travis.ini
3738
- redis-server --port 63791 &
3839
- redis-server --port 63792 &

tests/php-travis.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
extension = "memcached.so"
2-
extension = "lzf.so"
3-
extension = "redis.so"

0 commit comments

Comments
 (0)