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 36d7f1b commit 46c851dCopy full SHA for 46c851d
.travis.yml
@@ -34,7 +34,7 @@ before_script:
34
- git clone -b master https://github.com/FriendsOfCake/travis.git --depth 1 ../travis
35
- ../travis/before_script.sh
36
- pwd && ls
37
- - wget https://github.com/nicolasff/phpredis/archive/2.2.5.zip -O php-redis.zip && unzip php-redis.zip && cd phpredis-2.2.5/ && ./mkdeb.sh && dpkg -i phpredis-2.2.5_*.deb
+ - wget https://github.com/nicolasff/phpredis/archive/2.2.5.zip -O php-redis.zip && unzip php-redis.zip && cd phpredis-2.2.5/ && phpize && ./configure && make && make install && echo \"extension=redis.so\" >> `php --ini | grep \"Loaded Configuration\" | sed -e \"s|.*:\s*||\"`
38
39
script:
40
- ../travis/script.sh
0 commit comments