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 46c851d commit 68f6fc0Copy full SHA for 68f6fc0
.travis.yml
@@ -33,8 +33,8 @@ matrix:
33
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/ && phpize && ./configure && make && make install && echo \"extension=redis.so\" >> `php --ini | grep \"Loaded Configuration\" | sed -e \"s|.*:\s*||\"`
+ - echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
+ - phpenv rehash
38
39
script:
40
- ../travis/script.sh
0 commit comments