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 835b058 commit 2ea6418Copy full SHA for 2ea6418
.travis.yml
@@ -32,7 +32,8 @@ matrix:
32
- php: nightly
33
34
before_install:
35
- - yes | pecl install lzf
+ - pecl update-channels
36
+ - yes | pecl install igbinary lzf redis
37
- phpenv config-add tests/php-travis.ini
38
- redis-server --port 63791 &
39
- redis-server --port 63792 &
tests/php-travis.ini
@@ -1,3 +1 @@
1
extension = "memcached.so"
2
-extension = "lzf.so"
3
-extension = "redis.so"
0 commit comments